Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-exe/
Date: Wed, 01 Jan 2020 09:23:18
Message-Id: 1577870584.d45c6dd4c8a11b69ccd6995587ac1b7fa504e67d.gyakovlev@gentoo
1 commit: d45c6dd4c8a11b69ccd6995587ac1b7fa504e67d
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 09:20:24 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 09:23:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45c6dd4
7
8 dev-python/pypy3-exe: keyword on ~ppc64
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
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 09209ec7125..f02320d07da 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 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}-src"
27
28 LICENSE="MIT"
29 SLOT="${PV}"
30 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
32 IUSE="bzip2 +jit low-memory ncurses sandbox cpu_flags_x86_sse2"
33
34 RDEPEND=">=sys-libs/zlib-1.1.3:0=