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/pypy3/
Date: Sun, 02 May 2021 09:21:14
Message-Id: 1619947045.8f8649a73e141eaff8e3f7ee5a005e4d4d3e4750.zlogene@gentoo
1 commit: 8f8649a73e141eaff8e3f7ee5a005e4d4d3e4750
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 09:17:25 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 09:17:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8649a7
7
8 dev-python/pypy3: 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/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild | 5 ++---
14 dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild | 5 ++---
15 dev-python/pypy3/pypy3-7.3.4.ebuild | 5 ++---
16 dev-python/pypy3/pypy3-7.3.4_p1.ebuild | 5 ++---
17 4 files changed, 8 insertions(+), 12 deletions(-)
18
19 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
20 index 5bf04f0ffd9..6d392c9cbda 100644
21 --- a/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild
22 +++ b/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild
23 @@ -21,7 +21,7 @@ LICENSE="MIT"
24 # also check pypy/interpreter/pycode.py -> pypy_incremental_magic
25 SLOT="0/pypy37-pp73"
26 KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
27 -IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk"
28 +IUSE="bzip2 gdbm +jit ncurses sqlite test tk"
29 # pypy3.7 is in alpha state and a lot of tests are failing
30 RESTRICT="test"
31
32 @@ -30,8 +30,7 @@ RDEPEND="
33 >=dev-python/pypy3-exe-${PV}:${PV%_p*}[bzip2?,ncurses?]
34 >=dev-python/pypy3-exe-bin-${PV}:${PV%_p*}
35 )
36 - !libressl? ( dev-libs/openssl:0= )
37 - libressl? ( dev-libs/libressl:0= )
38 + dev-libs/openssl:0=
39 gdbm? ( sys-libs/gdbm:0= )
40 sqlite? ( dev-db/sqlite:3= )
41 tk? (
42
43 diff --git a/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild b/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild
44 index 8c3717e04b8..f3f0a743543 100644
45 --- a/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild
46 +++ b/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild
47 @@ -21,7 +21,7 @@ LICENSE="MIT"
48 # also check pypy/interpreter/pycode.py -> pypy_incremental_magic
49 SLOT="0/pypy37-pp73"
50 KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
51 -IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk"
52 +IUSE="bzip2 gdbm +jit ncurses sqlite test tk"
53 # pypy3.7 is in alpha state and a lot of tests are failing
54 RESTRICT="test"
55
56 @@ -30,8 +30,7 @@ RDEPEND="
57 >=dev-python/pypy3-exe-7.3.3_p37_p2:${PV%_p*}[bzip2?,ncurses?]
58 >=dev-python/pypy3-exe-bin-7.3.3_p37_p2:${PV%_p*}
59 )
60 - !libressl? ( dev-libs/openssl:0= )
61 - libressl? ( dev-libs/libressl:0= )
62 + dev-libs/openssl:0=
63 gdbm? ( sys-libs/gdbm:0= )
64 sqlite? ( dev-db/sqlite:3= )
65 tk? (
66
67 diff --git a/dev-python/pypy3/pypy3-7.3.4.ebuild b/dev-python/pypy3/pypy3-7.3.4.ebuild
68 index d148519f71d..7c278dc39c1 100644
69 --- a/dev-python/pypy3/pypy3-7.3.4.ebuild
70 +++ b/dev-python/pypy3/pypy3-7.3.4.ebuild
71 @@ -21,7 +21,7 @@ LICENSE="MIT"
72 # also check pypy/interpreter/pycode.py -> pypy_incremental_magic
73 SLOT="0/pypy37-pp73"
74 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
75 -IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk"
76 +IUSE="bzip2 gdbm +jit ncurses sqlite test tk"
77 # pypy3.7 is in alpha state and a lot of tests are failing
78 RESTRICT="test"
79
80 @@ -30,8 +30,7 @@ RDEPEND="
81 >=dev-python/pypy3-exe-${PV}:${PV%_p*}[bzip2?,ncurses?]
82 >=dev-python/pypy3-exe-bin-${PV}:${PV%_p*}
83 )
84 - !libressl? ( dev-libs/openssl:0= )
85 - libressl? ( dev-libs/libressl:0= )
86 + dev-libs/openssl:0=
87 gdbm? ( sys-libs/gdbm:0= )
88 sqlite? ( dev-db/sqlite:3= )
89 tk? (
90
91 diff --git a/dev-python/pypy3/pypy3-7.3.4_p1.ebuild b/dev-python/pypy3/pypy3-7.3.4_p1.ebuild
92 index 0b16aad31cf..7e7ed8f9cc2 100644
93 --- a/dev-python/pypy3/pypy3-7.3.4_p1.ebuild
94 +++ b/dev-python/pypy3/pypy3-7.3.4_p1.ebuild
95 @@ -21,7 +21,7 @@ LICENSE="MIT"
96 # also check pypy/interpreter/pycode.py -> pypy_incremental_magic
97 SLOT="0/pypy37-pp73"
98 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
99 -IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk"
100 +IUSE="bzip2 gdbm +jit ncurses sqlite test tk"
101 # pypy3.7 is in alpha state and a lot of tests are failing
102 RESTRICT="test"
103
104 @@ -30,8 +30,7 @@ RDEPEND="
105 >=dev-python/pypy3-exe-${PYPY_PV}:${PYPY_PV}[bzip2?,ncurses?]
106 >=dev-python/pypy3-exe-bin-${PYPY_PV}:${PYPY_PV}
107 )
108 - !libressl? ( dev-libs/openssl:0= )
109 - libressl? ( dev-libs/libressl:0= )
110 + dev-libs/openssl:0=
111 gdbm? ( sys-libs/gdbm:0= )
112 sqlite? ( dev-db/sqlite:3= )
113 tk? (