mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/scrypt: add libressl support
Closes: https://bugs.gentoo.org/674358 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -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}]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user