summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <none@none>2012-02-29 21:36:20 +0100
committerKrzysztof Pawlik <none@none>2012-02-29 21:36:20 +0100
commit2b1dbe72d6e114c476510579c8f9f228c8d3fa12 (patch)
tree111596fae4cb4a359a710bdc50e41ed57839d534
parentRename _python-distutils-ng_run_for_all_impls to _python-distutils-ng_run_for... (diff)
downloadnelchael-2b1dbe72d6e114c476510579c8f9f228c8d3fa12.tar.gz
nelchael-2b1dbe72d6e114c476510579c8f9f228c8d3fa12.tar.bz2
nelchael-2b1dbe72d6e114c476510579c8f9f228c8d3fa12.zip
Set EPYTHON variable.
-rw-r--r--eclass/python-distutils-ng.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-distutils-ng.eclass b/eclass/python-distutils-ng.eclass
index b7d4219..0bc2edf 100644
--- a/eclass/python-distutils-ng.eclass
+++ b/eclass/python-distutils-ng.eclass
@@ -132,6 +132,7 @@ _python-distutils-ng_run_for_impl() {
S="${WORKDIR}/impl_${impl}/${PACKAGE_SPECIFIC_S}"
PYTHON="$(_python-distutils-ng_get_binary_for_implementation "${impl}")"
+ EPYTHON="${impl/_/.}"
einfo "Running ${command} in ${S} for ${impl}"