distutils-r1.eclass: Add new pypy path to addpredict
authorMichał Górny <mgorny@gentoo.org>
Sun, 20 Oct 2019 07:10:53 +0000 (09:10 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 20 Oct 2019 07:16:09 +0000 (09:16 +0200)
Closes: https://bugs.gentoo.org/698024
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/distutils-r1.eclass

index 7c56a0c8a1367d5a95b411c701bed28a846338a6..d3eb8f22ead2e15adad8a95e82bca0991a812aef 100644 (file)
@@ -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