summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-01 03:09:21 +0100
committerSam James <sam@gentoo.org>2021-04-01 23:08:35 +0100
commitde75873c820ca3a3cfe3c5d2ed796a0154f30dc3 (patch)
tree444360f5073e86586b473f76abaaf499a3a40a3a /net-dns
parentmedia-gfx/slic3r: drop useless eutils (diff)
downloadgentoo-de75873c820ca3a3cfe3c5d2ed796a0154f30dc3.tar.gz
gentoo-de75873c820ca3a3cfe3c5d2ed796a0154f30dc3.tar.bz2
gentoo-de75873c820ca3a3cfe3c5d2ed796a0154f30dc3.zip
net-dns/opendnssec: add missing base inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild4
-rw-r--r--net-dns/opendnssec/opendnssec-1.4.8.2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild b/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
index a37fb6fc331a..540acdd5bf6d 100644
--- a/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
+++ b/net-dns/opendnssec/opendnssec-1.3.18-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 multilib user
+inherit autotools base multilib user
DESCRIPTION="An open-source turn-key solution for DNSSEC"
HOMEPAGE="https://www.opendnssec.org/"
diff --git a/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild b/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
index fa23c0bf555a..d6dbea992063 100644
--- a/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
+++ b/net-dns/opendnssec/opendnssec-1.4.8.2.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 multilib user
+inherit autotools base multilib user
DESCRIPTION="An open-source turn-key solution for DNSSEC"
HOMEPAGE="https://www.opendnssec.org/"