diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-19 02:30:25 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-19 02:30:25 +0100 |
commit | b680cfebba33934bb3bc467116735e7e92becab4 (patch) | |
tree | 663fb7249f41d3cc00fd3705282970c9a48dcd09 /net-libs/ldns | |
parent | dev-python/tox: bump to 3.5.3 (diff) | |
download | gentoo-b680cfebba33934bb3bc467116735e7e92becab4.tar.gz gentoo-b680cfebba33934bb3bc467116735e7e92becab4.tar.bz2 gentoo-b680cfebba33934bb3bc467116735e7e92becab4.zip |
net-libs/ldns: 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-libs/ldns')
-rw-r--r-- | net-libs/ldns/ldns-1.7.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/ldns/ldns-1.7.0-r2.ebuild b/net-libs/ldns/ldns-1.7.0-r2.ebuild index 3a6c156757c0..0ce9c2460907 100644 --- a/net-libs/ldns/ldns-1.7.0-r2.ebuild +++ b/net-libs/ldns/ldns-1.7.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -21,9 +21,9 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" python? ( ${PYTHON_DEPS} ) ecdsa? ( - !libressl? ( >=dev-libs/openssl-1.0.1e:0[-bindist,${MULTILIB_USEDEP}] ) + !libressl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist,${MULTILIB_USEDEP}] ) ) - !libressl? ( >=dev-libs/openssl-1.0.1e:0[${MULTILIB_USEDEP}] ) + !libressl? ( >=dev-libs/openssl-1.0.1e:0=[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} |