From: Michał Górny Date: Sun, 20 Oct 2019 07:10:53 +0000 (+0200) Subject: distutils-r1.eclass: Add new pypy path to addpredict X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=11ad57148d0ef2adaec44970cca9563369d085ad;p=gentoo.git distutils-r1.eclass: Add new pypy path to addpredict Closes: https://bugs.gentoo.org/698024 Signed-off-by: Michał Górny --- 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