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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF7BA158086 for ; Fri, 24 Dec 2021 10:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C54AE2BC030; Fri, 24 Dec 2021 10:57:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9F702BC030 for ; Fri, 24 Dec 2021 10:57:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6CE43433AE for ; Fri, 24 Dec 2021 10:57:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA96A26A for ; Fri, 24 Dec 2021 10:57:40 +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: <1640342342.0071ac749527ec6e90b5241a78c741498d56b869.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/unbound/unbound-1.13.1-r2.ebuild net-dns/unbound/unbound-1.13.1-r3.ebuild X-VCS-Directories: net-dns/unbound/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 0071ac749527ec6e90b5241a78c741498d56b869 X-VCS-Branch: master Date: Fri, 24 Dec 2021 10:57:40 +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: adf978e1-3821-4f44-9532-249a31f4105c X-Archives-Hash: 2b375f98a69e46a89958e071be869dcd commit: 0071ac749527ec6e90b5241a78c741498d56b869 Author: Mike Gilbert gentoo org> AuthorDate: Wed Dec 22 22:47:14 2021 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Dec 24 10:39:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0071ac74 net-dns/unbound: update ldns test dep Signed-off-by: Mike Gilbert gentoo.org> Signed-off-by: Marc Schiffbauer gentoo.org> .../unbound/{unbound-1.13.1-r2.ebuild => unbound-1.13.1-r3.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-dns/unbound/unbound-1.13.1-r2.ebuild b/net-dns/unbound/unbound-1.13.1-r3.ebuild similarity index 98% rename from net-dns/unbound/unbound-1.13.1-r2.ebuild rename to net-dns/unbound/unbound-1.13.1-r3.ebuild index 4e6c754e33c2..899aeefb9daf 100644 --- a/net-dns/unbound/unbound-1.13.1-r2.ebuild +++ b/net-dns/unbound/unbound-1.13.1-r3.ebuild @@ -45,7 +45,10 @@ BDEPEND="virtual/pkgconfig" DEPEND="${CDEPEND} python? ( dev-lang/swig ) test? ( - net-dns/ldns-utils[examples] + || ( + net-libs/ldns[examples(-)] + net-dns/ldns-utils[examples(-)] + ) dev-util/splint app-text/wdiff )