From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B213513835A for ; Thu, 1 Apr 2021 22:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5588E097B; Thu, 1 Apr 2021 22:08:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD3F3E097B for ; Thu, 1 Apr 2021 22:08:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88907340D09 for ; Thu, 1 Apr 2021 22:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 135F363A for ; Thu, 1 Apr 2021 22:08:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617314915.de75873c820ca3a3cfe3c5d2ed796a0154f30dc3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/opendnssec/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild net-dns/opendnssec/opendnssec-1.4.8.2.ebuild X-VCS-Directories: net-dns/opendnssec/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de75873c820ca3a3cfe3c5d2ed796a0154f30dc3 X-VCS-Branch: master Date: Thu, 1 Apr 2021 22:08:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ceeb25e-ba0f-46b2-9776-a30f9f6a00d1 X-Archives-Hash: d521628f58fe2532fd886e3344975c27 commit: de75873c820ca3a3cfe3c5d2ed796a0154f30dc3 Author: Sam James gentoo org> AuthorDate: Thu Apr 1 02:09:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 1 22:08:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de75873c net-dns/opendnssec: add missing base inherit Signed-off-by: Sam James gentoo.org> net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild | 4 ++-- net-dns/opendnssec/opendnssec-1.4.8.2.ebuild | 4 ++-- 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 a37fb6fc331..540acdd5bf6 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 fa23c0bf555..d6dbea99206 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/"