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 F0B22139694 for ; Sun, 16 Jul 2017 07:10:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B2E6E0E3C; Sun, 16 Jul 2017 07:10: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 39F7FE0E3C for ; Sun, 16 Jul 2017 07:10: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 1BFEB33E4AD for ; Sun, 16 Jul 2017 07:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E63374B4 for ; Sun, 16 Jul 2017 07:10:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1500188999.983788a22fc6f1a063ed313ea94734a1b4dae2dc.mgorny@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.6.4.ebuild X-VCS-Directories: net-dns/unbound/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 983788a22fc6f1a063ed313ea94734a1b4dae2dc X-VCS-Branch: master Date: Sun, 16 Jul 2017 07:10:04 +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-Archives-Salt: 3b4f101d-7785-4bc0-b83c-198ec3af14d3 X-Archives-Hash: ce95e908a117f734026628bd682361ec commit: 983788a22fc6f1a063ed313ea94734a1b4dae2dc Author: Michał Górny gentoo org> AuthorDate: Sun Jul 16 07:08:02 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 16 07:09:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983788a2 net-dns/unbound: [QA] Revert "fix libsodium dep" The fix is invalid since it introduces an impossible dependency on dev-libs/libsodium and therefore causes a depgraph breakage. net-dns/unbound/unbound-1.6.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/unbound/unbound-1.6.4.ebuild b/net-dns/unbound/unbound-1.6.4.ebuild index 0eccb3d9a8d..7b72e64ed4e 100644 --- a/net-dns/unbound/unbound-1.6.4.ebuild +++ b/net-dns/unbound/unbound-1.6.4.ebuild @@ -26,7 +26,7 @@ CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] >=dev-libs/libevent-2.0.21:0=[${MULTILIB_USEDEP}] libressl? ( >=dev-libs/libressl-2.2.4:0[${MULTILIB_USEDEP}] ) !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) - dnscrypt? ( dev-libs/libsodium[${MULTILIB_USEDEP}] ) + dnscrypt? ( dev-libs/libsodium ) dnstap? ( dev-libs/fstrm[${MULTILIB_USEDEP}] >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}]