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 CCE7513835A for ; Sun, 2 May 2021 09:21:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25CADE08C4; Sun, 2 May 2021 09:21:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F19DFE08C4 for ; Sun, 2 May 2021 09:21:12 +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 B855733BE68 for ; Sun, 2 May 2021 09:21:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C02E72E for ; Sun, 2 May 2021 09:21:10 +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: <1619947045.8f8649a73e141eaff8e3f7ee5a005e4d4d3e4750.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild dev-python/pypy3/pypy3-7.3.4.ebuild dev-python/pypy3/pypy3-7.3.4_p1.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8f8649a73e141eaff8e3f7ee5a005e4d4d3e4750 X-VCS-Branch: master Date: Sun, 2 May 2021 09:21:10 +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: c84328e4-25e8-4fee-b098-636c0f8bcad0 X-Archives-Hash: e551666df0816fabb9d005631e03f1e9 commit: 8f8649a73e141eaff8e3f7ee5a005e4d4d3e4750 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 09:17:25 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 09:17:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8649a7 dev-python/pypy3: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild | 5 ++--- dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild | 5 ++--- dev-python/pypy3/pypy3-7.3.4.ebuild | 5 ++--- dev-python/pypy3/pypy3-7.3.4_p1.ebuild | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild b/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild index 5bf04f0ffd9..6d392c9cbda 100644 --- a/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild +++ b/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild @@ -21,7 +21,7 @@ LICENSE="MIT" # also check pypy/interpreter/pycode.py -> pypy_incremental_magic SLOT="0/pypy37-pp73" KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk" +IUSE="bzip2 gdbm +jit ncurses sqlite test tk" # pypy3.7 is in alpha state and a lot of tests are failing RESTRICT="test" @@ -30,8 +30,7 @@ RDEPEND=" >=dev-python/pypy3-exe-${PV}:${PV%_p*}[bzip2?,ncurses?] >=dev-python/pypy3-exe-bin-${PV}:${PV%_p*} ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= gdbm? ( sys-libs/gdbm:0= ) sqlite? ( dev-db/sqlite:3= ) tk? ( diff --git a/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild b/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild index 8c3717e04b8..f3f0a743543 100644 --- a/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild +++ b/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild @@ -21,7 +21,7 @@ LICENSE="MIT" # also check pypy/interpreter/pycode.py -> pypy_incremental_magic SLOT="0/pypy37-pp73" KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk" +IUSE="bzip2 gdbm +jit ncurses sqlite test tk" # pypy3.7 is in alpha state and a lot of tests are failing RESTRICT="test" @@ -30,8 +30,7 @@ RDEPEND=" >=dev-python/pypy3-exe-7.3.3_p37_p2:${PV%_p*}[bzip2?,ncurses?] >=dev-python/pypy3-exe-bin-7.3.3_p37_p2:${PV%_p*} ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= gdbm? ( sys-libs/gdbm:0= ) sqlite? ( dev-db/sqlite:3= ) tk? ( diff --git a/dev-python/pypy3/pypy3-7.3.4.ebuild b/dev-python/pypy3/pypy3-7.3.4.ebuild index d148519f71d..7c278dc39c1 100644 --- a/dev-python/pypy3/pypy3-7.3.4.ebuild +++ b/dev-python/pypy3/pypy3-7.3.4.ebuild @@ -21,7 +21,7 @@ LICENSE="MIT" # also check pypy/interpreter/pycode.py -> pypy_incremental_magic SLOT="0/pypy37-pp73" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk" +IUSE="bzip2 gdbm +jit ncurses sqlite test tk" # pypy3.7 is in alpha state and a lot of tests are failing RESTRICT="test" @@ -30,8 +30,7 @@ RDEPEND=" >=dev-python/pypy3-exe-${PV}:${PV%_p*}[bzip2?,ncurses?] >=dev-python/pypy3-exe-bin-${PV}:${PV%_p*} ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= gdbm? ( sys-libs/gdbm:0= ) sqlite? ( dev-db/sqlite:3= ) tk? ( diff --git a/dev-python/pypy3/pypy3-7.3.4_p1.ebuild b/dev-python/pypy3/pypy3-7.3.4_p1.ebuild index 0b16aad31cf..7e7ed8f9cc2 100644 --- a/dev-python/pypy3/pypy3-7.3.4_p1.ebuild +++ b/dev-python/pypy3/pypy3-7.3.4_p1.ebuild @@ -21,7 +21,7 @@ LICENSE="MIT" # also check pypy/interpreter/pycode.py -> pypy_incremental_magic SLOT="0/pypy37-pp73" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk" +IUSE="bzip2 gdbm +jit ncurses sqlite test tk" # pypy3.7 is in alpha state and a lot of tests are failing RESTRICT="test" @@ -30,8 +30,7 @@ RDEPEND=" >=dev-python/pypy3-exe-${PYPY_PV}:${PYPY_PV}[bzip2?,ncurses?] >=dev-python/pypy3-exe-bin-${PYPY_PV}:${PYPY_PV} ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= gdbm? ( sys-libs/gdbm:0= ) sqlite? ( dev-db/sqlite:3= ) tk? (