summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-16 09:08:02 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-16 09:09:59 +0200
commit983788a22fc6f1a063ed313ea94734a1b4dae2dc (patch)
tree9c3fe8a9f297cf9819b71518a1304c5e47eb2772
parentnet-irc/rbot: add missing test dependency on sqlite, add USE=sqlite (diff)
downloadgentoo-983788a22fc6f1a063ed313ea94734a1b4dae2dc.tar.gz
gentoo-983788a22fc6f1a063ed313ea94734a1b4dae2dc.tar.bz2
gentoo-983788a22fc6f1a063ed313ea94734a1b4dae2dc.zip
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.
-rw-r--r--net-dns/unbound/unbound-1.6.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/unbound/unbound-1.6.4.ebuild b/net-dns/unbound/unbound-1.6.4.ebuild
index 0eccb3d9a8d0..7b72e64ed4e6 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}]