Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/
Date: Sat, 12 Jun 2021 00:32:55
Message-Id: 1623451923.59364cbe91822ed75ba9321a2aeacd0a0e55e3fd.sam@gentoo
1 commit: 59364cbe91822ed75ba9321a2aeacd0a0e55e3fd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 22:51:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 22:52:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59364cbe
7
8 dev-python/pypy3: Stabilize 7.3.4_p2 amd64, #793833
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pypy3/pypy3-7.3.4_p2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pypy3/pypy3-7.3.4_p2.ebuild b/dev-python/pypy3/pypy3-7.3.4_p2.ebuild
16 index 7e7ed8f9cc2..524b16558e7 100644
17 --- a/dev-python/pypy3/pypy3-7.3.4_p2.ebuild
18 +++ b/dev-python/pypy3/pypy3-7.3.4_p2.ebuild
19 @@ -20,7 +20,7 @@ LICENSE="MIT"
20 # pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
21 # also check pypy/interpreter/pycode.py -> pypy_incremental_magic
22 SLOT="0/pypy37-pp73"
23 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 IUSE="bzip2 gdbm +jit ncurses sqlite test tk"
26 # pypy3.7 is in alpha state and a lot of tests are failing
27 RESTRICT="test"