Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 05 Mar 2020 07:57:59
Message-Id: 1583395060.9301087c098c7ba9b2c911ee1c578ee864fd06dc.mgorny@gentoo
1 commit: 9301087c098c7ba9b2c911ee1c578ee864fd06dc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 13:21:04 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 07:57:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9301087c
7
8 python-single-r1.eclass: Report impl used by python_setup
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/python-single-r1.eclass | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
16 index 87e1cb97ded..f9e26e7c334 100644
17 --- a/eclass/python-single-r1.eclass
18 +++ b/eclass/python-single-r1.eclass
19 @@ -467,6 +467,7 @@ python_setup() {
20
21 python_export "${impls[0]}" EPYTHON PYTHON
22 python_wrapper_setup
23 + einfo "Using ${EPYTHON} to build"
24 return
25 fi
26
27 @@ -484,6 +485,7 @@ python_setup() {
28
29 python_export "${impl}" EPYTHON PYTHON
30 python_wrapper_setup
31 + einfo "Using ${EPYTHON} to build"
32 fi
33 done