commit:     9d16727dc42dd985e231c7b2383a0d8957c69c81
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 10:18:23 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 10:19:52 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d16727d

dev-lang/pypy: Remove ~ppc64 from old version

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-lang/pypy/pypy-2.7.7.3.20.ebuild     | 4 ++--
 dev-lang/pypy/pypy-3.11.7.3.20_p2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/pypy/pypy-2.7.7.3.20.ebuild 
b/dev-lang/pypy/pypy-2.7.7.3.20.ebuild
index 0d0c3393acb6..5d739038d614 100644
--- a/dev-lang/pypy/pypy-2.7.7.3.20.ebuild
+++ b/dev-lang/pypy/pypy-2.7.7.3.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ S="${WORKDIR}/${MY_P}-src"
 LICENSE="MIT"
 # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
 SLOT="${PYVER}/73"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="bzip2 full-stdlib gdbm +jit ncurses sqlite tk"
 RESTRICT="test"
 

diff --git a/dev-lang/pypy/pypy-3.11.7.3.20_p2.ebuild 
b/dev-lang/pypy/pypy-3.11.7.3.20_p2.ebuild
index 5cd1054efa62..37eb0826f8ef 100644
--- a/dev-lang/pypy/pypy-3.11.7.3.20_p2.ebuild
+++ b/dev-lang/pypy/pypy-3.11.7.3.20_p2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -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}/pypy311-pp73-416"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+ensurepip gdbm +jit ncurses sqlite symlink +test-install tk"
 # many tests are failing upstream
 # see https://buildbot.pypy.org/summary?branch=py${PYVER}

Reply via email to