commit: 9301087c098c7ba9b2c911ee1c578ee864fd06dc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 4 13:21:04 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 5 07:57:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9301087c
python-single-r1.eclass: Report impl used by python_setup
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/python-single-r1.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
index 87e1cb97ded..f9e26e7c334 100644
--- 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