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, 09 Jan 2021 02:31:04
Message-Id: 1610159438.4776876e77af259c92eb90cc2ef90ce93adf51c0.sam@gentoo
1 commit: 4776876e77af259c92eb90cc2ef90ce93adf51c0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 02:30:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 02:30:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4776876e
7
8 dev-python/pypy3: Stabilize 7.3.3 x86, #752291
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pypy3/pypy3-7.3.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pypy3/pypy3-7.3.3.ebuild b/dev-python/pypy3/pypy3-7.3.3.ebuild
16 index 7d7af4a7e96..6ed44f0de18 100644
17 --- a/dev-python/pypy3/pypy3-7.3.3.ebuild
18 +++ b/dev-python/pypy3/pypy3-7.3.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}-src"
26 LICENSE="MIT"
27 # pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
28 SLOT="0/pypy36-pp73"
29 -KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
31 IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk"
32 RESTRICT="!test? ( test )"