commit:     145bcc3d26666c5dc52fa0d35a223fc09cb7535f
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 23:28:56 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:28:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145bcc3d

dev-libs/botan: add subslot operator to openssl/libressl dependencies

Package-Manager: portage-2.3.0

 dev-libs/botan/botan-1.10.15-r1.ebuild | 4 ++--
 dev-libs/botan/botan-2.0.1.ebuild      | 4 ++--
 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 f98f0af..ac4e7fb 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 763f654..46a4fac 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:*

Reply via email to