Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/
Date: Sat, 01 May 2021 18:19:56
Message-Id: 1619893185.9019478b48dacf9f2e9891fa4960db4bb4444252.ago@gentoo
1 commit: 9019478b48dacf9f2e9891fa4960db4bb4444252
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 18:17:27 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 18:19:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9019478b
7
8 dev-python/pypy3: amd64 stable wrt bug #782520
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild b/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild
18 index e74561b1000..8c3717e04b8 100644
19 --- a/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild
20 +++ b/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild
21 @@ -20,7 +20,7 @@ LICENSE="MIT"
22 # pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
23 # also check pypy/interpreter/pycode.py -> pypy_incremental_magic
24 SLOT="0/pypy37-pp73"
25 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
27 IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk"
28 # pypy3.7 is in alpha state and a lot of tests are failing
29 RESTRICT="test"