summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-10-25 16:44:54 +0000
committerMichał Górny <mgorny@gentoo.org>2012-10-25 16:44:54 +0000
commit87c4bcb0fa4bd64bc56dfd347f0e58fc6c238cf5 (patch)
tree711a3f13b5920239c6be3fc973371385a1d581b1 /eclass/distutils-r1.eclass
parentVersion bump. Remove versions that are affected by the worldwide ext4 corrupt... (diff)
downloadgentoo-2-87c4bcb0fa4bd64bc56dfd347f0e58fc6c238cf5.tar.gz
gentoo-2-87c4bcb0fa4bd64bc56dfd347f0e58fc6c238cf5.tar.bz2
gentoo-2-87c4bcb0fa4bd64bc56dfd347f0e58fc6c238cf5.zip
Introduce python_export() to set Python-relevant variables, and document them better.
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 093f79c3cb5e..94b1d608ff20 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.5 2012/10/23 20:58:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.6 2012/10/25 16:44:54 mgorny Exp $
# @ECLASS: distutils-r1
# @MAINTAINER:
@@ -256,7 +256,7 @@ distutils-r1_python_install_all() {
local impl EPYTHON PYTHON
for impl in "${PYTHON_COMPAT[@]}"; do
if use "python_targets_${impl}"; then
- _python_set_PYTHON "${impl}"
+ python_export "${impl}" EPYTHON
break
fi
done