summaryrefslogtreecommitdiff
path: root/net-libs/ldns/ldns-1.6.17-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/ldns/ldns-1.6.17-r1.ebuild')
-rw-r--r--net-libs/ldns/ldns-1.6.17-r1.ebuild15
1 files changed, 12 insertions, 3 deletions
diff --git a/net-libs/ldns/ldns-1.6.17-r1.ebuild b/net-libs/ldns/ldns-1.6.17-r1.ebuild
index cf6e735f9b1..ad7d166e7aa 100644
--- a/net-libs/ldns/ldns-1.6.17-r1.ebuild
+++ b/net-libs/ldns/ldns-1.6.17-r1.ebuild
@@ -21,10 +21,19 @@ REQUIRED_USE="ecdsa? ( ssl )
python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
- dane? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
- ecdsa? ( >=dev-libs/openssl-1.0.1h-r2:0[-bindist,${MULTILIB_USEDEP}] )
- gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
python? ( ${PYTHON_DEPS} )
+ dane? (
+ !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+ libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+ )
+ ecdsa? (
+ !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[-bindist,${MULTILIB_USEDEP}] )
+ libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+ )
+ gost? (
+ !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+ libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+ )
ssl? (
!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )