diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-10-04 22:24:40 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-10-04 22:24:40 +0300 |
commit | 2f65651672b9d80a2d029a59661a68d0053f8151 (patch) | |
tree | ce86e07e7b0b9833416e590f7e0ec295a2374d51 /dev-libs | |
parent | dev-libs/botan: re-add support for libressl (diff) | |
download | gentoo-2f65651672b9d80a2d029a59661a68d0053f8151.tar.gz gentoo-2f65651672b9d80a2d029a59661a68d0053f8151.tar.bz2 gentoo-2f65651672b9d80a2d029a59661a68d0053f8151.zip |
dev-libs/botan: do not permit openssl-1.1
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/botan/botan-1.10.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/botan/botan-1.10.17.ebuild b/dev-libs/botan/botan-1.10.17.ebuild index 8d09da8321ab..5475dd118672 100644 --- a/dev-libs/botan/botan-1.10.17.ebuild +++ b/dev-libs/botan/botan-1.10.17.ebuild @@ -25,7 +25,7 @@ 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=[bindist=] ) + !libressl? ( <dev-libs/openssl-1.1:0=[bindist=] ) libressl? ( dev-libs/libressl:0= ) )" DEPEND="${RDEPEND} |