net-dns/opendnssec: add missing base inherit

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-01 03:09:21 +01:00
parent ef8e1f38e8
commit de75873c82
2 changed files with 4 additions and 4 deletions

View File

@@ -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/"

View File

@@ -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/"