diff options
author | Sam James <sam@gentoo.org> | 2024-11-17 06:24:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-17 06:24:59 +0000 |
commit | d0a62da3bca66c8a54718cbefe07c181c61e861b (patch) | |
tree | 8ba1f87dcfe21f08202f2dcb34ddba2ce61b9fd8 /dev-lang | |
parent | www-client/firefox: require lld with +wasm use flag (diff) | |
download | gentoo-d0a62da3bca66c8a54718cbefe07c181c61e861b.tar.gz gentoo-d0a62da3bca66c8a54718cbefe07c181c61e861b.tar.bz2 gentoo-d0a62da3bca66c8a54718cbefe07c181c61e861b.zip |
dev-lang/pypy: Stabilize 3.10.7.3.17_p2 x86, #943631
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/pypy/pypy-3.10.7.3.17_p2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/pypy/pypy-3.10.7.3.17_p2.ebuild b/dev-lang/pypy/pypy-3.10.7.3.17_p2.ebuild index 788436ddabcc..f7ea624df13e 100644 --- a/dev-lang/pypy/pypy-3.10.7.3.17_p2.ebuild +++ b/dev-lang/pypy/pypy-3.10.7.3.17_p2.ebuild @@ -28,7 +28,7 @@ LICENSE="MIT" # pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))' # also check pypy/interpreter/pycode.py -> pypy_incremental_magic SLOT="${PYVER}/pypy310-pp73-384" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+ensurepip gdbm +jit ncurses sqlite +symlink +test-install tk" # many tests are failing upstream # see https://buildbot.pypy.org/summary?branch=py${PYVER} |