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-exe/
Date: Fri, 03 Sep 2021 06:40:08
Message-Id: 1630651192.ea3807726cd523028d74fc79b5623666281f6c66.ago@gentoo
1 commit: ea3807726cd523028d74fc79b5623666281f6c66
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 3 06:38:11 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 06:39:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea380772
7
8 dev-python/pypy3-exe: x86 stable wrt bug #811228
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/pypy3-exe/pypy3-exe-7.3.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.5.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.5.ebuild
18 index 3b113e38b24..883701eb144 100644
19 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.5.ebuild
20 +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.5.ebuild
21 @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}-src"
22
23 LICENSE="MIT"
24 SLOT="${PYPY_PV}"
25 -KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
27 IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
28
29 RDEPEND=">=sys-libs/zlib-1.1.3:0=