Bug: https://bugs.gentoo.org/697026
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.68, Repoman-2.3.16
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
IUSE="static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
- dev-libs/openssl:="
+ <dev-libs/openssl-1.1.0:="
DEPEND="${RDEPEND}"
DOCS=( AUTHORS README greetings.txt history.txt )
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
IUSE="libressl static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
- !libressl? ( dev-libs/openssl:= )
+ !libressl? ( <dev-libs/openssl-1.1.0:= )
libressl? ( dev-libs/libressl )
"
DEPEND="${RDEPEND}"
IUSE="libressl static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
- !libressl? ( dev-libs/openssl:= )
+ !libressl? ( >=dev-libs/openssl-1.1.0:= )
libressl? ( dev-libs/libressl )
"
DEPEND="${RDEPEND}"