From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C833A1382C5 for ; Thu, 29 Apr 2021 19:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 163D1E0802; Thu, 29 Apr 2021 19:20:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3494E0802 for ; Thu, 29 Apr 2021 19:20:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDE49340E3C for ; Thu, 29 Apr 2021 19:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2505F732 for ; Thu, 29 Apr 2021 19:20:34 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619724030.81712b0d14d2008ba8752042a0f9df9e9eb923fe.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scrypt/scrypt-0.8.16.ebuild dev-python/scrypt/scrypt-0.8.18.ebuild X-VCS-Directories: dev-python/scrypt/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 81712b0d14d2008ba8752042a0f9df9e9eb923fe X-VCS-Branch: master Date: Thu, 29 Apr 2021 19:20:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca207f43-4404-40d2-afb0-f186ce0a3dd8 X-Archives-Hash: b045e072818ae1d005e63b05b9b8b802 commit: 81712b0d14d2008ba8752042a0f9df9e9eb923fe Author: Mikle Kolyada gentoo org> AuthorDate: Thu Apr 29 19:09:04 2021 +0000 Commit: Mikle Kolyada gentoo 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 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