diff options
author | 2014-01-18 15:06:56 +0000 | |
---|---|---|
committer | 2014-01-18 15:06:56 +0000 | |
commit | 023b01ad0231cc85f37c874dfdc69609050d3f97 (patch) | |
tree | b8cda5604ef11126708a71260dd02ebb6ef89148 /eclass | |
parent | Remove old. (diff) | |
download | historical-023b01ad0231cc85f37c874dfdc69609050d3f97.tar.gz historical-023b01ad0231cc85f37c874dfdc69609050d3f97.tar.bz2 historical-023b01ad0231cc85f37c874dfdc69609050d3f97.zip |
Silence sandbox for /usr/local, bug 498232.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/distutils-r1.eclass | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 81707b31384d..52c8ea64426b 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1124 2014/01/18 14:53:07 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1125 2014/01/18 15:06:56 floppym Exp $ + + 18 Jan 2014; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass: + Silence sandbox for /usr/local, bug 498232. 18 Jan 2014; Mike Gilbert <floppym@gentoo.org> kernel-2.eclass: Convert to python-any-r1.eclass diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 2fbcbe7b75f1..9084f4c18473 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.93 2013/12/03 20:00:39 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.94 2014/01/18 15:06:56 floppym Exp $ # @ECLASS: distutils-r1 # @MAINTAINER: @@ -482,6 +482,7 @@ distutils-r1_python_install() { # failures if some packages haven't compiled their modules yet. addpredict "$(python_get_sitedir)" addpredict /usr/lib/portage/pym + addpredict /usr/local # bug 498232 local root=${D}/_${EPYTHON} [[ ${DISTUTILS_SINGLE_IMPL} ]] && root=${D} |