diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-04 15:51:37 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-04 15:51:37 -0800 |
commit | 23821d4ae08040ee80d2420d7ce2cd9a7e0bbae9 (patch) | |
tree | 5c5c996043b804e3d2ea8c0d0827a3681e1ac8bf /dev-python/pypy | |
parent | dev-python/pypy-exe: keyword on ~ppc64 (diff) | |
download | gentoo-23821d4ae08040ee80d2420d7ce2cd9a7e0bbae9.tar.gz gentoo-23821d4ae08040ee80d2420d7ce2cd9a7e0bbae9.tar.bz2 gentoo-23821d4ae08040ee80d2420d7ce2cd9a7e0bbae9.zip |
dev-python/pypy: keyword on ~ppc64
============ short test summary info ==================
FAIL lib-python/2.7/test/test_dictviews.py::unmodified
FAIL lib-python/2.7/test/test_gdbm.py::unmodified
FAIL lib-python/2.7/test/test_ssl.py::unmodified
FAIL lib-python/2.7/test/test_subprocess.py::unmodified
= 4 failed, 347 passed, 47 skipped, 1 pytest-warnings =
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-python/pypy')
-rw-r--r-- | dev-python/pypy/pypy-7.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy/pypy-7.3.0.ebuild b/dev-python/pypy/pypy-7.3.0.ebuild index 06f51df2fc88..23373c0fbe6e 100644 --- a/dev-python/pypy/pypy-7.3.0.ebuild +++ b/dev-python/pypy/pypy-7.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}-src" LICENSE="MIT" # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' SLOT="0/73" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 gdbm +jit libressl ncurses sqlite tk" RDEPEND=" |