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/
Date: Wed, 01 Jan 2020 09:23:18
Message-Id: 1577870585.b195a62103f2b9c4d6cf8a1fffbaf7588a461a80.gyakovlev@gentoo
1 commit: b195a62103f2b9c4d6cf8a1fffbaf7588a461a80
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 09:21:16 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 09:23:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b195a621
7
8 dev-python/pypy3: 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/pypy3-7.3.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pypy3/pypy3-7.3.0.ebuild b/dev-python/pypy3/pypy3-7.3.0.ebuild
17 index f878eb72820..f0b7e556dd0 100644
18 --- a/dev-python/pypy3/pypy3-7.3.0.ebuild
19 +++ b/dev-python/pypy3/pypy3-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 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}-src"
27 LICENSE="MIT"
28 # pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
29 SLOT="0/pypy36-pp73"
30 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
32 IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk"
33 RESTRICT="!test? ( test )"