diff options
author | 2024-11-10 01:41:41 +0100 | |
---|---|---|
committer | 2024-11-10 01:41:41 +0100 | |
commit | 0da8964f19fcb0fe1835c218753e715ce2abd467 (patch) | |
tree | c0b1360ba4e5df0ef3acc8ddc1fc370107145c65 /dev-lang | |
parent | dev-python/pypy3: Stabilize 7.3.17-r100 amd64, #943061 (diff) | |
download | gentoo-0da8964f19fcb0fe1835c218753e715ce2abd467.tar.gz gentoo-0da8964f19fcb0fe1835c218753e715ce2abd467.tar.bz2 gentoo-0da8964f19fcb0fe1835c218753e715ce2abd467.zip |
dev-lang/pypy: Stabilize 3.10.7.3.17_p1 amd64, #943061
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/pypy/pypy-3.10.7.3.17_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/pypy/pypy-3.10.7.3.17_p1.ebuild b/dev-lang/pypy/pypy-3.10.7.3.17_p1.ebuild index 788436ddabcc..f0f12e5a433a 100644 --- a/dev-lang/pypy/pypy-3.10.7.3.17_p1.ebuild +++ b/dev-lang/pypy/pypy-3.10.7.3.17_p1.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} |