summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-07-18 00:07:01 +0000
committerMike Gilbert <floppym@gentoo.org>2015-07-18 00:07:01 +0000
commit5391fe888125f7c03fa9f79297a59c266da43990 (patch)
tree85b090747506f93341ca21d846c330765757f15e /eclass
parentBump nanospec to 0.2.1 (diff)
downloadhistorical-5391fe888125f7c03fa9f79297a59c266da43990.tar.gz
historical-5391fe888125f7c03fa9f79297a59c266da43990.tar.bz2
historical-5391fe888125f7c03fa9f79297a59c266da43990.zip
Add entire python directory to SANDBOX_PREDICT, bug 554252.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/distutils-r1.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 698f711ca0dd..657bfd028281 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1719 2015/07/17 18:36:23 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1720 2015/07/18 00:07:01 floppym Exp $
+
+ 18 Jul 2015; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass:
+ Add entire python directory to SANDBOX_PREDICT, bug 554252.
17 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
mozconfig-v6.38.eclass, mozconfig-v6.39.eclass:
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index b3b15ba916c7..065d636ff6d1 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.115 2015/07/16 14:29:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.116 2015/07/18 00:07:01 floppym Exp $
# @ECLASS: distutils-r1
# @MAINTAINER:
@@ -505,7 +505,7 @@ 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 "$(python_get_sitedir)"
+ addpredict "${EPREFIX}/usr/$(get_libdir)/${EPYTHON}"
addpredict /usr/lib/portage/pym
addpredict /usr/local # bug 498232