diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-17 22:03:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-17 22:03:06 +0100 |
commit | 6ae06774dde248d1bf4b58c6840b1f3fcc18b198 (patch) | |
tree | 353c1fedbe02c2c1063ece670c0a12972b568af6 /dev-lang | |
parent | dev-python/twisted: Stabilize 24.10.0 sparc, #943609 (diff) | |
download | gentoo-6ae06774dde248d1bf4b58c6840b1f3fcc18b198.tar.gz gentoo-6ae06774dde248d1bf4b58c6840b1f3fcc18b198.tar.bz2 gentoo-6ae06774dde248d1bf4b58c6840b1f3fcc18b198.zip |
dev-lang/pypy: Stabilize 3.10.7.3.17_p2 amd64, #943631
Signed-off-by: Michał Górny <mgorny@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 f7ea624df13e..798985845580 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} |