diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-12 14:06:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-17 11:44:18 +0200 |
commit | b6ee87f3dd10dac484d0d0c6e9db0efa187164ab (patch) | |
tree | 201d5b1f600f9170df1d8201557e01dba7af96ce /eclass/distutils-r1.eclass | |
parent | python-utils-r1.eclass: pypy3 is now 3.10-only (diff) | |
download | gentoo-b6ee87f3dd10dac484d0d0c6e9db0efa187164ab.tar.gz gentoo-b6ee87f3dd10dac484d0d0c6e9db0efa187164ab.tar.bz2 gentoo-b6ee87f3dd10dac484d0d0c6e9db0efa187164ab.zip |
distutils-r1.eclass: Update addpredict for PyPy3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 046277d0371c..924e83b54ad8 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1718,7 +1718,7 @@ 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.9" + addpredict "${EPREFIX}/usr/lib/pypy3.10" addpredict "${EPREFIX}/usr/local" # bug 498232 if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then |