projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90fd8b4
)
distutils-r1.eclass: Add new pypy path to addpredict
author
Michał Górny
<mgorny@gentoo.org>
Sun, 20 Oct 2019 07:10:53 +0000
(09:10 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/eclass/distutils-r1.eclass
b/eclass/distutils-r1.eclass
index 7c56a0c8a1367d5a95b411c701bed28a846338a6..d3eb8f22ead2e15adad8a95e82bca0991a812aef 100644
(file)
--- 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