summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-20 09:10:53 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-20 09:16:09 +0200
commit11ad57148d0ef2adaec44970cca9563369d085ad (patch)
tree00bc9dc9d19a706b3b1abe91667b3c08cffde44b /eclass/distutils-r1.eclass
parentpackage.mask: Last rite app-text/scrollkeeper (diff)
downloadgentoo-11ad57148d0ef2adaec44970cca9563369d085ad.tar.gz
gentoo-11ad57148d0ef2adaec44970cca9563369d085ad.tar.bz2
gentoo-11ad57148d0ef2adaec44970cca9563369d085ad.zip
distutils-r1.eclass: Add new pypy path to addpredict
Closes: https://bugs.gentoo.org/698024 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 7c56a0c8a136..d3eb8f22ead2 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -547,6 +547,8 @@ distutils-r1_python_install() {
# failures if some packages haven't compiled their modules yet.
addpredict "${EPREFIX}/usr/lib/${EPYTHON}"
addpredict "${EPREFIX}/usr/$(get_libdir)/${EPYTHON}"
+ addpredict /usr/lib/pypy2.7
+ addpredict /usr/lib/pypy3.6
addpredict /usr/lib/portage/pym
addpredict /usr/local # bug 498232