diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2017-07-15 23:25:25 +0200 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2017-07-15 23:27:04 +0200 |
commit | e753e991e44d203baf68f367c6ab17612aef1a1d (patch) | |
tree | 80dafbe5dfeb0561ddc3edcc499c9b3b93e1cd7a /net-dns/unbound | |
parent | dev-vcs/git: Fixed build with USE="doc" (bug #625154). (diff) | |
download | gentoo-e753e991e44d203baf68f367c6ab17612aef1a1d.tar.gz gentoo-e753e991e44d203baf68f367c6ab17612aef1a1d.tar.bz2 gentoo-e753e991e44d203baf68f367c6ab17612aef1a1d.zip |
net-dns/unbound: fix libsodium dep
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 7b72e64ed4e6..0eccb3d9a8d0 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 ) + dnscrypt? ( dev-libs/libsodium[${MULTILIB_USEDEP}] ) dnstap? ( dev-libs/fstrm[${MULTILIB_USEDEP}] >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}] |