summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-01-24 18:28:56 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-01-24 18:28:56 -0500
commit145bcc3d26666c5dc52fa0d35a223fc09cb7535f (patch)
treef64494c4740e0989c8d7de9993ba42b2cf9a8f3f /dev-libs/botan
parentdev-libs/botan: add libressl support to 1.10.15 (diff)
downloadgentoo-145bcc3d26666c5dc52fa0d35a223fc09cb7535f.tar.gz
gentoo-145bcc3d26666c5dc52fa0d35a223fc09cb7535f.tar.bz2
gentoo-145bcc3d26666c5dc52fa0d35a223fc09cb7535f.zip
dev-libs/botan: add subslot operator to openssl/libressl dependencies
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/botan')
-rw-r--r--dev-libs/botan/botan-1.10.15-r1.ebuild4
-rw-r--r--dev-libs/botan/botan-2.0.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/botan/botan-1.10.15-r1.ebuild b/dev-libs/botan/botan-1.10.15-r1.ebuild
index f98f0af20c4f..ac4e7fb31ed6 100644
--- a/dev-libs/botan/botan-1.10.15-r1.ebuild
+++ b/dev-libs/botan/botan-1.10.15-r1.ebuild
@@ -25,8 +25,8 @@ RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 )
python? ( ${PYTHON_DEPS} >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}] )
gmp? ( >=dev-libs/gmp-4.2.2:* )
ssl? (
- !libressl? ( >=dev-libs/openssl-0.9.8g:0[bindist=] )
- libressl? ( dev-libs/libressl )
+ !libressl? ( dev-libs/openssl:0=[bindist=] )
+ libressl? ( dev-libs/libressl:0= )
)"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )"
diff --git a/dev-libs/botan/botan-2.0.1.ebuild b/dev-libs/botan/botan-2.0.1.ebuild
index 763f6542cf9a..46a4fac89220 100644
--- a/dev-libs/botan/botan-2.0.1.ebuild
+++ b/dev-libs/botan/botan-2.0.1.ebuild
@@ -28,8 +28,8 @@ RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 )
lzma? ( app-arch/xz-utils )
sqlite? ( dev-db/sqlite:3 )
ssl? (
- !libressl? ( >=dev-libs/openssl-0.9.8g:0[bindist=] )
- libressl? ( dev-libs/libressl )
+ !libressl? ( dev-libs/openssl:0=[bindist=] )
+ libressl? ( dev-libs/libressl:0= )
)"
DEPEND="${RDEPEND}
dev-lang/python:*