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/pypy-exe/
Date: Sat, 09 Jan 2021 02:14:55
Message-Id: 1610158418.7cc4e8d14627bb6721007475ed904f40561c2a6d.sam@gentoo
1 commit: 7cc4e8d14627bb6721007475ed904f40561c2a6d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 02:13:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 02:13:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc4e8d1
7
8 dev-python/pypy-exe: Stabilize 7.3.3 x86, #752294
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pypy-exe/pypy-exe-7.3.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pypy-exe/pypy-exe-7.3.3.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.3.ebuild
16 index 3f210433ff4..d1dbbea4e78 100644
17 --- a/dev-python/pypy-exe/pypy-exe-7.3.3.ebuild
18 +++ b/dev-python/pypy-exe/pypy-exe-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 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-src"
26
27 LICENSE="MIT"
28 SLOT="${PV}"
29 -KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
31 IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
32
33 RDEPEND=">=sys-libs/zlib-1.1.3:0=