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 F1223138359 for ; Tue, 29 Sep 2020 10:26:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBAFAE0855; Tue, 29 Sep 2020 10:26:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BA9FDE0855 for ; Tue, 29 Sep 2020 10:26:55 +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 4F3AE33BE33 for ; Tue, 29 Sep 2020 10:26:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEC2C389 for ; Tue, 29 Sep 2020 10:26:52 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1601375102.12eac6521825fc2aefb2be2a8f8e0c6978ed2441.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnssec-tools/dnssec-tools-2.2.3-r2.ebuild X-VCS-Directories: net-dns/dnssec-tools/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 12eac6521825fc2aefb2be2a8f8e0c6978ed2441 X-VCS-Branch: master Date: Tue, 29 Sep 2020 10:26:52 +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: 348c3803-d9f0-4d3a-84e7-8fcb23bee9c2 X-Archives-Hash: f0f4c54171fe5ef52ef2e74577eede2d commit: 12eac6521825fc2aefb2be2a8f8e0c6978ed2441 Author: Joonas Niilola gentoo org> AuthorDate: Tue Sep 29 10:01:38 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 29 10:25:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12eac652 net-dns/dnssec-tools: add missing inherit, restrict tests Signed-off-by: Joonas Niilola gentoo.org> net-dns/dnssec-tools/dnssec-tools-2.2.3-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-dns/dnssec-tools/dnssec-tools-2.2.3-r2.ebuild b/net-dns/dnssec-tools/dnssec-tools-2.2.3-r2.ebuild index 8e728f67af2..98a0b38d1ce 100644 --- a/net-dns/dnssec-tools/dnssec-tools-2.2.3-r2.ebuild +++ b/net-dns/dnssec-tools/dnssec-tools-2.2.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit readme.gentoo-r1 systemd +inherit perl-module readme.gentoo-r1 systemd DESCRIPTION="Tools to ease the deployment of DNSSEC related technologies" HOMEPAGE="https://dnssec-tools.org/" @@ -14,6 +14,9 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="static-libs" +# There is no test case to be generated. +RESTRICT="test" + RDEPEND=" dev-lang/perl:= dev-perl/CGI