diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-04 09:12:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-04 09:12:55 +0100 |
commit | b6640f0821f32f7895c33a8fc20cd7fe646fb6cd (patch) | |
tree | 034d2119ef975befb0e59e3aefb915f1810a9d3f /net-dns/unbound/unbound-1.6.4.ebuild | |
parent | net-dns/dnscrypt-proxy: drop old (diff) | |
download | gentoo-b6640f0821f32f7895c33a8fc20cd7fe646fb6cd.tar.gz gentoo-b6640f0821f32f7895c33a8fc20cd7fe646fb6cd.tar.bz2 gentoo-b6640f0821f32f7895c33a8fc20cd7fe646fb6cd.zip |
net-dns/unbound: Add MULTILIB_USEDEP on libsodium whenever possible
Diffstat (limited to 'net-dns/unbound/unbound-1.6.4.ebuild')
-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}] |