commit:     81712b0d14d2008ba8752042a0f9df9e9eb923fe
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 19:09:04 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 19:20:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81712b0d

dev-python/scrypt: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-python/scrypt/scrypt-0.8.16.ebuild | 6 +-----
 dev-python/scrypt/scrypt-0.8.18.ebuild | 6 +-----
 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 9de6aa2a8c1..42f2c3ca37d 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 57fbe197e0e..0cd1c015be5 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

Reply via email to