diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-01-04 03:12:44 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-01-04 03:12:44 +0000 |
commit | f3809e44c574167607957d837ec851b15502a249 (patch) | |
tree | 0f7b32c091be503e4ef0bf8a3067f0e98717e9d3 /eclass | |
parent | Typo fix in ChangeLog (diff) | |
download | historical-f3809e44c574167607957d837ec851b15502a249.tar.gz historical-f3809e44c574167607957d837ec851b15502a249.tar.bz2 historical-f3809e44c574167607957d837ec851b15502a249.zip |
addpredict /usr/lib/portage/pym in distutils-r1_src_install.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/distutils-r1.eclass | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index d0f23a0a1381..605cc293e533 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.594 2013/01/04 01:26:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.595 2013/01/04 03:12:44 floppym Exp $ + + 04 Jan 2013; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass: + addpredict /usr/lib/portage/pym in distutils-r1_src_install. 04 Jan 2013; Mike Gilbert <floppym@gentoo.org> python-r1.eclass: Don't tell the user to set USE_PYTHON when a package does not support diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 1b32748866f0..8d6c2aa18964 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.35 2013/01/02 21:12:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.36 2013/01/04 03:12:44 floppym Exp $ # @ECLASS: distutils-r1 # @MAINTAINER: @@ -326,6 +326,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 /usr/lib/portage/pym local root=${D}/_${EPYTHON} |