diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-03 15:46:22 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-03 15:46:22 +0200 |
commit | 3af2b59741b73b564bef4148866d6c0e0ca2c3e1 (patch) | |
tree | 99a7b5c57dc74fb4724b12cc2256aa91134238e6 /dev-python/pypy-exe | |
parent | dev-python/pypy: Stabilize 7.3.11 x86, #893008 (diff) | |
download | gentoo-3af2b59741b73b564bef4148866d6c0e0ca2c3e1.tar.gz gentoo-3af2b59741b73b564bef4148866d6c0e0ca2c3e1.tar.bz2 gentoo-3af2b59741b73b564bef4148866d6c0e0ca2c3e1.zip |
dev-python/pypy-exe: Stabilize 7.3.11 x86, #893008
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pypy-exe')
-rw-r--r-- | dev-python/pypy-exe/pypy-exe-7.3.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy-exe/pypy-exe-7.3.11.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.11.ebuild index 16adc0e787e0..6d12f8aadc9f 100644 --- a/dev-python/pypy-exe/pypy-exe-7.3.11.ebuild +++ b/dev-python/pypy-exe/pypy-exe-7.3.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}-src" LICENSE="MIT" SLOT="${PYPY_PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2" DEPEND=" |