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: Mon, 27 Jan 2020 15:44:45
Message-Id: 1580139867.da8efcbdd313630836f3f13df55db4f303359ba5.whissi@gentoo
1 commit: da8efcbdd313630836f3f13df55db4f303359ba5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 15:40:06 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 15:44:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8efcbd
7
8 dev-python/pypy3-exe: x86 stable (bug #705690)
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild
17 index 0a9bf2e35e8..5a123c3a605 100644
18 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild
19 +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.0.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=