diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-31 15:06:20 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-31 15:06:20 +0200 |
commit | dc0b48aa52059562527fa64a70bc4f1b3b2cb031 (patch) | |
tree | a58a9d38fd0c07684e081ec21f83711d89d7ccaa /dev-python/pypy3-exe | |
parent | dev-python/pypy3: Stabilize 7.3.11-r1 amd64, #892711 (diff) | |
download | gentoo-dc0b48aa52059562527fa64a70bc4f1b3b2cb031.tar.gz gentoo-dc0b48aa52059562527fa64a70bc4f1b3b2cb031.tar.bz2 gentoo-dc0b48aa52059562527fa64a70bc4f1b3b2cb031.zip |
dev-python/pypy3-exe: Stabilize 7.3.11 amd64, #892711
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pypy3-exe')
-rw-r--r-- | dev-python/pypy3-exe/pypy3-exe-7.3.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.11.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.11.ebuild index b6be3f4fae2a..099ac3331324 100644 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.11.ebuild +++ b/dev-python/pypy3-exe/pypy3-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="3.9-${PYPY_PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+jit low-memory ncurses cpu_flags_x86_sse2" RDEPEND=" |