Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-exe/
Date: Sun, 30 Aug 2020 20:31:45
Message-Id: 1598819494.8d23d49d99c6439451134a80ed229b7291d99f68.whissi@gentoo
1 commit: 8d23d49d99c6439451134a80ed229b7291d99f68
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 19:15:54 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 20:31:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d23d49d
7
8 dev-python/pypy3-exe: x86 stable (bug #734464)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild
17 index b8711184ec5..2d660d05c50 100644
18 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild
19 +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.1.ebuild
20 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}-src"
21
22 LICENSE="MIT"
23 SLOT="${PV}"
24 -KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux"
26 IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
27
28 RDEPEND=">=sys-libs/zlib-1.1.3:0=