Gentoo Archives: gentoo-commits

From: Krzysztof Pawlik <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/nelchael:master commit in: eclass/
Date: Thu, 01 Mar 2012 17:54:20
Message-Id: 1330547780.2b1dbe72d6e114c476510579c8f9f228c8d3fa12.nelchael@gentoo
1 commit: 2b1dbe72d6e114c476510579c8f9f228c8d3fa12
2 Author: Krzysztof Pawlik <none <AT> none>
3 AuthorDate: Wed Feb 29 20:36:20 2012 +0000
4 Commit: Krzysztof Pawlik <nelchael <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 29 20:36:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/nelchael.git;a=commit;h=2b1dbe72
7
8 Set EPYTHON variable.
9
10 ---
11 eclass/python-distutils-ng.eclass | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/eclass/python-distutils-ng.eclass b/eclass/python-distutils-ng.eclass
15 index b7d4219..0bc2edf 100644
16 --- a/eclass/python-distutils-ng.eclass
17 +++ b/eclass/python-distutils-ng.eclass
18 @@ -132,6 +132,7 @@ _python-distutils-ng_run_for_impl() {
19
20 S="${WORKDIR}/impl_${impl}/${PACKAGE_SPECIFIC_S}"
21 PYTHON="$(_python-distutils-ng_get_binary_for_implementation "${impl}")"
22 + EPYTHON="${impl/_/.}"
23
24 einfo "Running ${command} in ${S} for ${impl}"