source-based packages should never depend on any other openssl slot
than slot 0.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
IUSE="bindist doc gnutls libressl nss static-libs"
RDEPEND="
- !libressl? ( >=dev-libs/openssl-0.9.7:=[bindist=] )
+ !libressl? ( >=dev-libs/openssl-0.9.7:0=[bindist=] )
libressl? ( dev-libs/libressl )
gnutls? ( >=net-libs/gnutls-1.4.4 )
nss? ( dev-libs/nss )"