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 325BA158666 for ; Wed, 18 Aug 2021 14:59:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C5ECE07C5; Wed, 18 Aug 2021 14:59:46 +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 4F19AE07C5 for ; Wed, 18 Aug 2021 14:59:46 +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 BACA4335D28 for ; Wed, 18 Aug 2021 14:59:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 212025A0 for ; Wed, 18 Aug 2021 14:59:43 +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: <1629298326.3a299075e035cc2eaeb7d97d42d2ed4d3b119caf.sam@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.0-r2.ebuild net-dns/unbound/unbound-1.13.0-r3.ebuild net-dns/unbound/unbound-1.13.0-r4.ebuild net-dns/unbound/unbound-1.13.0-r5.ebuild net-dns/unbound/unbound-1.13.1-r1.ebuild net-dns/unbound/unbound-1.13.1-r2.ebuild X-VCS-Directories: net-dns/unbound/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3a299075e035cc2eaeb7d97d42d2ed4d3b119caf X-VCS-Branch: master Date: Wed, 18 Aug 2021 14:59:43 +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: 39615300-1792-4136-bbd2-8b25ddece3df X-Archives-Hash: 3ccff9b3fc12f9c5ca9d89582dbaf3ef commit: 3a299075e035cc2eaeb7d97d42d2ed4d3b119caf Author: Sam James gentoo org> AuthorDate: Wed Aug 18 14:52:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 18 14:52:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a299075 net-dns/unbound: add missing libsodium subslot dep Signed-off-by: Sam James gentoo.org> .../unbound/{unbound-1.13.0-r2.ebuild => unbound-1.13.0-r4.ebuild} | 6 +++--- .../unbound/{unbound-1.13.0-r3.ebuild => unbound-1.13.0-r5.ebuild} | 6 +++--- .../unbound/{unbound-1.13.1-r1.ebuild => unbound-1.13.1-r2.ebuild} | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/net-dns/unbound/unbound-1.13.0-r2.ebuild b/net-dns/unbound/unbound-1.13.0-r4.ebuild similarity index 97% rename from net-dns/unbound/unbound-1.13.0-r2.ebuild rename to net-dns/unbound/unbound-1.13.0-r4.ebuild index 54591f89852..22dc5675ff0 100644 --- a/net-dns/unbound/unbound-1.13.0-r2.ebuild +++ b/net-dns/unbound/unbound-1.13.0-r4.ebuild @@ -28,15 +28,15 @@ CDEPEND="acct-group/unbound >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] >=dev-libs/libevent-2.0.21:0=[${MULTILIB_USEDEP}] >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] - dnscrypt? ( dev-libs/libsodium[${MULTILIB_USEDEP}] ) + dnscrypt? ( dev-libs/libsodium:=[${MULTILIB_USEDEP}] ) dnstap? ( dev-libs/fstrm[${MULTILIB_USEDEP}] - >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}] + >=dev-libs/protobuf-c-1.0.2-r1:=[${MULTILIB_USEDEP}] ) ecdsa? ( dev-libs/openssl:0[-bindist(-)] ) - http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] ) + http2? ( net-libs/nghttp2:=[${MULTILIB_USEDEP}] ) python? ( ${PYTHON_DEPS} ) redis? ( dev-libs/hiredis:= )" diff --git a/net-dns/unbound/unbound-1.13.0-r3.ebuild b/net-dns/unbound/unbound-1.13.0-r5.ebuild similarity index 97% rename from net-dns/unbound/unbound-1.13.0-r3.ebuild rename to net-dns/unbound/unbound-1.13.0-r5.ebuild index 08e219efb53..599a521515c 100644 --- a/net-dns/unbound/unbound-1.13.0-r3.ebuild +++ b/net-dns/unbound/unbound-1.13.0-r5.ebuild @@ -28,15 +28,15 @@ CDEPEND="acct-group/unbound >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] >=dev-libs/libevent-2.0.21:0=[${MULTILIB_USEDEP}] >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] - dnscrypt? ( dev-libs/libsodium[${MULTILIB_USEDEP}] ) + dnscrypt? ( dev-libs/libsodium:=[${MULTILIB_USEDEP}] ) dnstap? ( dev-libs/fstrm[${MULTILIB_USEDEP}] - >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}] + >=dev-libs/protobuf-c-1.0.2-r1:=[${MULTILIB_USEDEP}] ) ecdsa? ( dev-libs/openssl:0[-bindist(-)] ) - http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] ) + http2? ( net-libs/nghttp2:=[${MULTILIB_USEDEP}] ) python? ( ${PYTHON_DEPS} ) redis? ( dev-libs/hiredis:= )" diff --git a/net-dns/unbound/unbound-1.13.1-r1.ebuild b/net-dns/unbound/unbound-1.13.1-r2.ebuild similarity index 97% rename from net-dns/unbound/unbound-1.13.1-r1.ebuild rename to net-dns/unbound/unbound-1.13.1-r2.ebuild index da2a5db53fe..4e6c754e33c 100644 --- a/net-dns/unbound/unbound-1.13.1-r1.ebuild +++ b/net-dns/unbound/unbound-1.13.1-r2.ebuild @@ -28,15 +28,15 @@ CDEPEND="acct-group/unbound >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] >=dev-libs/libevent-2.0.21:0=[${MULTILIB_USEDEP}] >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] - dnscrypt? ( dev-libs/libsodium[${MULTILIB_USEDEP}] ) + dnscrypt? ( dev-libs/libsodium:=[${MULTILIB_USEDEP}] ) dnstap? ( dev-libs/fstrm[${MULTILIB_USEDEP}] - >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}] + >=dev-libs/protobuf-c-1.0.2-r1:=[${MULTILIB_USEDEP}] ) ecdsa? ( dev-libs/openssl:0[-bindist(-)] ) - http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] ) + http2? ( net-libs/nghttp2:=[${MULTILIB_USEDEP}] ) python? ( ${PYTHON_DEPS} ) redis? ( dev-libs/hiredis:= )"