diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-18 16:01:10 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-18 16:27:05 +0100 |
commit | 6b2362eb880e096407d14ffe99da1aa6e4ea43d7 (patch) | |
tree | 367e085be004277c13adb26dfbf1e309c3e0d6a0 /net-dns | |
parent | mail-mta/postfix: add subslot operator on dev-libs/openssl atom (diff) | |
download | gentoo-6b2362eb880e096407d14ffe99da1aa6e4ea43d7.tar.gz gentoo-6b2362eb880e096407d14ffe99da1aa6e4ea43d7.tar.bz2 gentoo-6b2362eb880e096407d14ffe99da1aa6e4ea43d7.zip |
net-dns/unbound: add subslot operator on dev-libs/openssl atom
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/unbound/unbound-1.8.0-r1.ebuild | 2 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.8.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/unbound/unbound-1.8.0-r1.ebuild b/net-dns/unbound/unbound-1.8.0-r1.ebuild index db6d5e3b03ba..f06bc36f2cd3 100644 --- a/net-dns/unbound/unbound-1.8.0-r1.ebuild +++ b/net-dns/unbound/unbound-1.8.0-r1.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" 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}] ) + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) dnscrypt? ( dev-libs/libsodium[${MULTILIB_USEDEP}] ) dnstap? ( dev-libs/fstrm[${MULTILIB_USEDEP}] diff --git a/net-dns/unbound/unbound-1.8.1.ebuild b/net-dns/unbound/unbound-1.8.1.ebuild index 2073aa739bea..fc522c10b37b 100644 --- a/net-dns/unbound/unbound-1.8.1.ebuild +++ b/net-dns/unbound/unbound-1.8.1.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" 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}] ) + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) dnscrypt? ( dev-libs/libsodium[${MULTILIB_USEDEP}] ) dnstap? ( dev-libs/fstrm[${MULTILIB_USEDEP}] |