commit:     cb29d30827b95294692cfbdc471dbd7d201ce0ea
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 10:42:03 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  1 11:36:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb29d308

distutils-r1.eclass: Remove obsolete PyPy 3.10 code

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/41697
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/distutils-r1.eclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 02fe41aa388f..880e33cd741f 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1717,7 +1717,6 @@ distutils-r1_python_install() {
                # python likes to compile any module it sees, which triggers 
sandbox
                # failures if some packages haven't compiled their modules yet.
                addpredict "${EPREFIX}/usr/lib/${EPYTHON}"
-               addpredict "${EPREFIX}/usr/lib/pypy3.10"
                addpredict "${EPREFIX}/usr/local" # bug 498232
 
                if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then

Reply via email to