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 24/25] python-single-r2.eclass: Report used impl verbosely
Date: Sat, 29 Feb 2020 20:49:56
Message-Id: 20200229204201.99290-25-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/25] python-r2 eclass suite by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/python-single-r2.eclass | 2 ++
4 1 file changed, 2 insertions(+)
5
6 diff --git a/eclass/python-single-r2.eclass b/eclass/python-single-r2.eclass
7 index 833622f1a49a..0d86aa0cf512 100644
8 --- a/eclass/python-single-r2.eclass
9 +++ b/eclass/python-single-r2.eclass
10 @@ -463,6 +463,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 @@ -480,6 +481,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