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/pypy/
Date: Sat, 04 Jan 2020 23:53:53
Message-Id: 1578181897.23821d4ae08040ee80d2420d7ce2cd9a7e0bbae9.gyakovlev@gentoo
1 commit: 23821d4ae08040ee80d2420d7ce2cd9a7e0bbae9
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 23:51:37 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 23:51:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23821d4a
7
8 dev-python/pypy: keyword on ~ppc64
9
10 ============ short test summary info ==================
11 FAIL lib-python/2.7/test/test_dictviews.py::unmodified
12 FAIL lib-python/2.7/test/test_gdbm.py::unmodified
13 FAIL lib-python/2.7/test/test_ssl.py::unmodified
14 FAIL lib-python/2.7/test/test_subprocess.py::unmodified
15 = 4 failed, 347 passed, 47 skipped, 1 pytest-warnings =
16
17 Package-Manager: Portage-2.3.84, Repoman-2.3.20
18 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
19
20 dev-python/pypy/pypy-7.3.0.ebuild | 4 ++--
21 1 file changed, 2 insertions(+), 2 deletions(-)
22
23 diff --git a/dev-python/pypy/pypy-7.3.0.ebuild b/dev-python/pypy/pypy-7.3.0.ebuild
24 index 06f51df2fc8..23373c0fbe6 100644
25 --- a/dev-python/pypy/pypy-7.3.0.ebuild
26 +++ b/dev-python/pypy/pypy-7.3.0.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2019 Gentoo Authors
29 +# Copyright 1999-2020 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}-src"
34 LICENSE="MIT"
35 # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
36 SLOT="0/73"
37 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
38 +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
39 IUSE="bzip2 gdbm +jit libressl ncurses sqlite tk"
40
41 RDEPEND="