Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/
Date: Sun, 02 May 2021 09:21:14
Message-Id: 1619946951.598128de046ea90a26be86899cb8e2ad408b2da1.zlogene@gentoo
1 commit: 598128de046ea90a26be86899cb8e2ad408b2da1
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 09:15:51 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 09:15:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598128de
7
8 dev-python/pypy: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-python/pypy/pypy-7.3.3_p2-r1.ebuild | 5 ++---
14 dev-python/pypy/pypy-7.3.3_p3.ebuild | 5 ++---
15 dev-python/pypy/pypy-7.3.4.ebuild | 5 ++---
16 3 files changed, 6 insertions(+), 9 deletions(-)
17
18 diff --git a/dev-python/pypy/pypy-7.3.3_p2-r1.ebuild b/dev-python/pypy/pypy-7.3.3_p2-r1.ebuild
19 index 94fa2f5ad80..d6dd6887ee8 100644
20 --- a/dev-python/pypy/pypy-7.3.3_p2-r1.ebuild
21 +++ b/dev-python/pypy/pypy-7.3.3_p2-r1.ebuild
22 @@ -19,15 +19,14 @@ LICENSE="MIT"
23 # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
24 SLOT="0/73"
25 KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
26 -IUSE="bzip2 gdbm +jit libressl ncurses sqlite tk"
27 +IUSE="bzip2 gdbm +jit ncurses sqlite tk"
28
29 RDEPEND="
30 || (
31 >=dev-python/pypy-exe-${PV}:${PYPY_PV}[bzip2?,ncurses?]
32 >=dev-python/pypy-exe-bin-${PV}:${PYPY_PV}
33 )
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )
36 + dev-libs/openssl:0=
37 gdbm? ( sys-libs/gdbm:0= )
38 sqlite? ( dev-db/sqlite:3= )
39 tk? (
40
41 diff --git a/dev-python/pypy/pypy-7.3.3_p3.ebuild b/dev-python/pypy/pypy-7.3.3_p3.ebuild
42 index 762bacb12e7..1d7884fb332 100644
43 --- a/dev-python/pypy/pypy-7.3.3_p3.ebuild
44 +++ b/dev-python/pypy/pypy-7.3.3_p3.ebuild
45 @@ -19,15 +19,14 @@ LICENSE="MIT"
46 # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
47 SLOT="0/73"
48 KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
49 -IUSE="bzip2 gdbm +jit libressl ncurses sqlite tk"
50 +IUSE="bzip2 gdbm +jit ncurses sqlite tk"
51
52 RDEPEND="
53 || (
54 >=dev-python/pypy-exe-7.3.3_p2:${PYPY_PV}[bzip2?,ncurses?]
55 >=dev-python/pypy-exe-bin-7.3.3_p2:${PYPY_PV}
56 )
57 - !libressl? ( dev-libs/openssl:0= )
58 - libressl? ( dev-libs/libressl:0= )
59 + dev-libs/openssl:0=
60 gdbm? ( sys-libs/gdbm:0= )
61 sqlite? ( dev-db/sqlite:3= )
62 tk? (
63
64 diff --git a/dev-python/pypy/pypy-7.3.4.ebuild b/dev-python/pypy/pypy-7.3.4.ebuild
65 index d9a8bc29d15..e5e583ac664 100644
66 --- a/dev-python/pypy/pypy-7.3.4.ebuild
67 +++ b/dev-python/pypy/pypy-7.3.4.ebuild
68 @@ -19,15 +19,14 @@ LICENSE="MIT"
69 # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
70 SLOT="0/73"
71 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
72 -IUSE="bzip2 gdbm +jit libressl ncurses sqlite tk"
73 +IUSE="bzip2 gdbm +jit ncurses sqlite tk"
74
75 RDEPEND="
76 || (
77 >=dev-python/pypy-exe-${PV}:${PYPY_PV}[bzip2?,ncurses?]
78 >=dev-python/pypy-exe-bin-${PV}:${PYPY_PV}
79 )
80 - !libressl? ( dev-libs/openssl:0= )
81 - libressl? ( dev-libs/libressl:0= )
82 + dev-libs/openssl:0=
83 gdbm? ( sys-libs/gdbm:0= )
84 sqlite? ( dev-db/sqlite:3= )
85 tk? (