Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/opendnssec/
Date: Thu, 01 Apr 2021 22:08:57
Message-Id: 1617314915.de75873c820ca3a3cfe3c5d2ed796a0154f30dc3.sam@gentoo
1 commit: de75873c820ca3a3cfe3c5d2ed796a0154f30dc3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 02:09:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 22:08:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de75873c
7
8 net-dns/opendnssec: add missing base inherit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild | 4 ++--
13 net-dns/opendnssec/opendnssec-1.4.8.2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild b/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
17 index a37fb6fc331..540acdd5bf6 100644
18 --- a/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
19 +++ b/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 MY_P="${P/_}"
28 PKCS11_IUSE="+softhsm opensc external-hsm"
29 -inherit autotools multilib user
30 +inherit autotools base multilib user
31
32 DESCRIPTION="An open-source turn-key solution for DNSSEC"
33 HOMEPAGE="https://www.opendnssec.org/"
34
35 diff --git a/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild b/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
36 index fa23c0bf555..d6dbea99206 100644
37 --- a/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
38 +++ b/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
39 @@ -1,11 +1,11 @@
40 -# Copyright 1999-2020 Gentoo Authors
41 +# Copyright 1999-2021 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45
46 MY_P="${P/_}"
47 PKCS11_IUSE="+softhsm opensc external-hsm"
48 -inherit autotools multilib user
49 +inherit autotools base multilib user
50
51 DESCRIPTION="An open-source turn-key solution for DNSSEC"
52 HOMEPAGE="https://www.opendnssec.org/"