diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:33:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:19:07 +0100 |
commit | 44930aa708c540f8cc3bc43f09b0c9ec9fbd9b79 (patch) | |
tree | 59a38c5fdedeb3bb67d1ddf358b55c6f8a9106f0 /net-dns | |
parent | net-dns/mydns: explicitly inherit epatch (diff) | |
download | gentoo-44930aa708c540f8cc3bc43f09b0c9ec9fbd9b79.tar.gz gentoo-44930aa708c540f8cc3bc43f09b0c9ec9fbd9b79.tar.bz2 gentoo-44930aa708c540f8cc3bc43f09b0c9ec9fbd9b79.zip |
net-dns/opendnssec: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/opendnssec/opendnssec-1.4.12-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/opendnssec/opendnssec-1.4.12-r1.ebuild b/net-dns/opendnssec/opendnssec-1.4.12-r1.ebuild index 7204fc6a5df8..e8f3750cc058 100644 --- a/net-dns/opendnssec/opendnssec-1.4.12-r1.ebuild +++ b/net-dns/opendnssec/opendnssec-1.4.12-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 MY_P="${P/_}" PKCS11_IUSE="+softhsm opensc external-hsm" -inherit autotools eutils multilib user +inherit autotools epatch multilib user DESCRIPTION="An open-source turn-key solution for DNSSEC" HOMEPAGE="https://www.opendnssec.org/" diff --git a/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild b/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild index b93dc8f5ab2b..9a4bd33a2f23 100644 --- a/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild +++ b/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 MY_P="${P/_}" PKCS11_IUSE="+softhsm opensc external-hsm" -inherit autotools eutils multilib user +inherit autotools epatch multilib user DESCRIPTION="An open-source turn-key solution for DNSSEC" HOMEPAGE="https://www.opendnssec.org/" |