summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-04-29 22:09:04 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-04-29 22:20:30 +0300
commit81712b0d14d2008ba8752042a0f9df9e9eb923fe (patch)
treeb5f076cff208ad9014bedaff50306716cc3d07b0
parentsys-apps/kmod: remove libressl support (diff)
downloadgentoo-81712b0d.tar.gz
gentoo-81712b0d.tar.bz2
gentoo-81712b0d.zip
dev-python/scrypt: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r--dev-python/scrypt/scrypt-0.8.16.ebuild6
-rw-r--r--dev-python/scrypt/scrypt-0.8.18.ebuild6
2 files changed, 2 insertions, 10 deletions
diff --git a/dev-python/scrypt/scrypt-0.8.16.ebuild b/dev-python/scrypt/scrypt-0.8.16.ebuild
index 9de6aa2a8c18..42f2c3ca37df 100644
--- a/dev-python/scrypt/scrypt-0.8.16.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.16.ebuild
@@ -14,12 +14,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
SLOT="0"
-IUSE="libressl"
-RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
-"
+RDEPEND="dev-libs/openssl:0="
DEPEND="${RDEPEND}"
distutils_enable_tests unittest
diff --git a/dev-python/scrypt/scrypt-0.8.18.ebuild b/dev-python/scrypt/scrypt-0.8.18.ebuild
index 57fbe197e0e7..0cd1c015be55 100644
--- a/dev-python/scrypt/scrypt-0.8.18.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.18.ebuild
@@ -15,12 +15,8 @@ LICENSE="BSD-2"
# no functional changes since 0.8.16, so no point in upgrading
KEYWORDS=""
SLOT="0"
-IUSE="libressl"
-RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
-"
+RDEPEND="dev-libs/openssl:0="
DEPEND="${RDEPEND}"
distutils_enable_tests unittest