diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-16 09:08:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-16 09:09:59 +0200 |
commit | 983788a22fc6f1a063ed313ea94734a1b4dae2dc (patch) | |
tree | 9c3fe8a9f297cf9819b71518a1304c5e47eb2772 /net-dns/unbound | |
parent | net-irc/rbot: add missing test dependency on sqlite, add USE=sqlite (diff) | |
download | gentoo-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.
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/unbound-1.6.4.ebuild | 2 |
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}] |