commit:     11ad57148d0ef2adaec44970cca9563369d085ad
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 07:10:53 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 07:16:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ad5714

distutils-r1.eclass: Add new pypy path to addpredict

Closes: https://bugs.gentoo.org/698024
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/distutils-r1.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 7c56a0c8a13..d3eb8f22ead 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
 

Reply via email to