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/pypy-exe/
Date: Mon, 27 Jan 2020 15:44:44
Message-Id: 1580139865.dc4e18fa0c627ec59d11aa703f0c3ea323a0913f.whissi@gentoo
1 commit: dc4e18fa0c627ec59d11aa703f0c3ea323a0913f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 15:38:56 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 15:44:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4e18fa
7
8 dev-python/pypy-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/pypy-exe/pypy-exe-7.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
17 index 14e76e65ff5..3ab056f52c8 100644
18 --- a/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
19 +++ b/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
20 @@ -14,7 +14,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=