diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-04-07 17:02:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-04-07 17:02:52 +0000 |
commit | 19889f5a518376546a7ac70b58d1d969dae5ef08 (patch) | |
tree | 8da704a7bd9dbf02445b025aec0d653ab2c1c3e7 /eclass/python-single-r1.eclass | |
parent | Move header wrapping to multilib-build. Use the new code in autotools-multili... (diff) | |
download | historical-19889f5a518376546a7ac70b58d1d969dae5ef08.tar.gz historical-19889f5a518376546a7ac70b58d1d969dae5ef08.tar.bz2 historical-19889f5a518376546a7ac70b58d1d969dae5ef08.zip |
Create temporary symlinks for executables and pkg-config files, and add them to $PATH and $PKG_CONFIG_PATH respectively. This makes it easier for broken build systems to find Python, and gives us the possibility of dropping python-wrapper.
Diffstat (limited to 'eclass/python-single-r1.eclass')
-rw-r--r-- | eclass/python-single-r1.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index 6235b66e2cff..97d4a2102651 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-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/python-single-r1.eclass,v 1.15 2013/01/30 10:42:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.16 2013/04/07 17:02:52 mgorny Exp $ # @ECLASS: python-single-r1 # @MAINTAINER: @@ -207,6 +207,7 @@ python-single-r1_pkg_setup() { fi python_export "${impl}" EPYTHON PYTHON + python_wrapper_setup "${T}" fi done |