Reported-by: Harri Nieminen <moiman@posteo.net>
Bug: https://bugs.gentoo.org/673954
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
IUSE="libressl minimal static"
LIB_DEPEND="
- !libressl? ( dev-libs/openssl:0=[static-libs(+)] )
+ !libressl? ( <dev-libs/openssl-1.1:0=[static-libs(+)] )
libressl? ( dev-libs/libressl:0=[static-libs(+)] )
sys-apps/util-linux:=[static-libs(+)]"
RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )