Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 6/9] python-single-r1.eclass: Report impl used by python_setup
Date: Wed, 04 Mar 2020 14:34:53
Message-Id: 20200304143223.55830-7-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/9] python-r1 suite cleanup by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/python-single-r1.eclass | 2 ++
4 1 file changed, 2 insertions(+)
5
6 diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
7 index 87e1cb97deda..f9e26e7c334f 100644
8 --- a/eclass/python-single-r1.eclass
9 +++ b/eclass/python-single-r1.eclass
10 @@ -467,6 +467,7 @@ python_setup() {
11
12 python_export "${impls[0]}" EPYTHON PYTHON
13 python_wrapper_setup
14 + einfo "Using ${EPYTHON} to build"
15 return
16 fi
17
18 @@ -484,6 +485,7 @@ python_setup() {
19
20 python_export "${impl}" EPYTHON PYTHON
21 python_wrapper_setup
22 + einfo "Using ${EPYTHON} to build"
23 fi
24 done
25
26 --
27 2.25.1