From: Mike Gilbert Date: Mon, 18 May 2020 17:19:44 +0000 (-0400) Subject: dev-python/scrypt: add libressl support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=64d2bdc0ae2c52305e1e1a7d3c15c2923d88696e;p=gentoo.git dev-python/scrypt: add libressl support Closes: https://bugs.gentoo.org/674358 Signed-off-by: Mike Gilbert --- diff --git a/dev-python/scrypt/scrypt-0.8.13-r2.ebuild b/dev-python/scrypt/scrypt-0.8.13-r2.ebuild index 2a3aecc188c9..dc1ce6a39ada 100644 --- a/dev-python/scrypt/scrypt-0.8.13-r2.ebuild +++ b/dev-python/scrypt/scrypt-0.8.13-r2.ebuild @@ -14,9 +14,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc x86" SLOT="0" -IUSE="test doc" +IUSE="libressl" -RDEPEND="dev-libs/openssl:0=" +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) +" DEPEND="${RDEPEND}" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"