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 50889138334 for ; Sun, 6 Oct 2019 22:17:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67B4DE077F; Sun, 6 Oct 2019 22:17:12 +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 4C0E4E077F for ; Sun, 6 Oct 2019 22:17:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E85FD34B8D2 for ; Sun, 6 Oct 2019 22:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 868FC71A for ; Sun, 6 Oct 2019 22:17:08 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1570400137.b07fed13cf666c58d36eb602b6ba64e19da357ac.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/ldns-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/ldns-utils/ldns-utils-1.7.1.ebuild X-VCS-Directories: net-dns/ldns-utils/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: b07fed13cf666c58d36eb602b6ba64e19da357ac X-VCS-Branch: master Date: Sun, 6 Oct 2019 22:17:08 +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: 8b3f911b-ac88-4a12-979f-8f902bba4d10 X-Archives-Hash: 0f674f313884049fbe045a110055c7da commit: b07fed13cf666c58d36eb602b6ba64e19da357ac Author: Marc Schiffbauer gentoo org> AuthorDate: Sun Oct 6 22:05:41 2019 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Sun Oct 6 22:15:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07fed13 net-dns/ldns-utils: added RESTRICT=test Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Marc Schiffbauer gentoo.org> net-dns/ldns-utils/ldns-utils-1.7.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-dns/ldns-utils/ldns-utils-1.7.1.ebuild b/net-dns/ldns-utils/ldns-utils-1.7.1.ebuild index 85eedbd054a..43f84b976da 100644 --- a/net-dns/ldns-utils/ldns-utils-1.7.1.ebuild +++ b/net-dns/ldns-utils/ldns-utils-1.7.1.ebuild @@ -26,6 +26,8 @@ DEPEND=">=net-libs/ldns-${PV}[dane?,ecdsa?,ed25519?,ed448?,gost?] examples? ( net-libs/libpcap )" RDEPEND="${DEPEND}" +RESTRICT="test" + S=${WORKDIR}/${MY_P} src_configure() {