diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-09 11:27:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-09 11:27:51 +0100 |
commit | 5ab05a55e2ec1b127d37df3fd7fdfb89633b95ab (patch) | |
tree | 727f9317b24b99bf1c5a408c664d4f98d3a83ae3 /eclass | |
parent | dev-python/pypy3-exe-bin: Remove old (diff) | |
download | gentoo-5ab05a55e2ec1b127d37df3fd7fdfb89633b95ab.tar.gz gentoo-5ab05a55e2ec1b127d37df3fd7fdfb89633b95ab.tar.bz2 gentoo-5ab05a55e2ec1b127d37df3fd7fdfb89633b95ab.zip |
distutils-r1.eclass: Update "predict" list for pypy3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 46253759b1dc..d07dfac246a4 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -892,8 +892,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 /usr/lib/pypy3.6 - addpredict /usr/lib/pypy3.7 + addpredict /usr/lib/pypy3.8 addpredict /usr/lib/portage/pym addpredict /usr/local # bug 498232 |