summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-04 19:24:23 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-04 19:44:11 +0100
commit9309ffe95a5be094f9a8269983da284cadd56bc2 (patch)
tree0d8db4befe025e4e09bed210e00082863f3df346 /eclass
parentsys-fs/iprutils: remove unused patch/files (diff)
downloadgentoo-9309ffe95a5be094f9a8269983da284cadd56bc2.tar.gz
gentoo-9309ffe95a5be094f9a8269983da284cadd56bc2.tar.bz2
gentoo-9309ffe95a5be094f9a8269983da284cadd56bc2.zip
distutils-r1.eclass: Update addpredict list
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/distutils-r1.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 07ded8516fdc..6dd4d51fafd7 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -869,9 +869,8 @@ distutils-r1_python_install() {
# python likes to compile any module it sees, which triggers sandbox
# 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/pypy3.7
addpredict /usr/lib/portage/pym
addpredict /usr/local # bug 498232