projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecfff63
)
python-single-r1.eclass: Report impl used by python_setup
author
Michał Górny
<mgorny@gentoo.org>
Wed, 4 Mar 2020 13:21:04 +0000
(14:21 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 5 Mar 2020 07:57:40 +0000
(08:57 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/python-single-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/python-single-r1.eclass
b/eclass/python-single-r1.eclass
index 87e1cb97deda6d9f62b788585805074dcc3dbdf4..f9e26e7c334fdf2791d4e67dd793d2e474b7d473 100644
(file)
--- a/
eclass/python-single-r1.eclass
+++ b/
eclass/python-single-r1.eclass
@@
-467,6
+467,7
@@
python_setup() {
python_export "${impls[0]}" EPYTHON PYTHON
python_wrapper_setup
+ einfo "Using ${EPYTHON} to build"
return
fi
@@
-484,6
+485,7
@@
python_setup() {
python_export "${impl}" EPYTHON PYTHON
python_wrapper_setup
+ einfo "Using ${EPYTHON} to build"
fi
done