commit:     e753e991e44d203baf68f367c6ab17612aef1a1d
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 21:25:25 2017 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 21:27:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e753e991

net-dns/unbound: fix libsodium dep

 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 7b72e64ed4e..0eccb3d9a8d 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}]

Reply via email to