summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-04 14:21:04 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-05 08:57:40 +0100
commit9301087c098c7ba9b2c911ee1c578ee864fd06dc (patch)
treea4d10da11aeebe0ebd86296c04b52de31de15abd /eclass/python-single-r1.eclass
parentpython-any-r1.eclass: Report impl used by python_setup (diff)
downloadgentoo-9301087c098c7ba9b2c911ee1c578ee864fd06dc.tar.gz
gentoo-9301087c098c7ba9b2c911ee1c578ee864fd06dc.tar.bz2
gentoo-9301087c098c7ba9b2c911ee1c578ee864fd06dc.zip
python-single-r1.eclass: Report impl used by python_setup
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-single-r1.eclass')
-rw-r--r--eclass/python-single-r1.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
index 87e1cb97deda..f9e26e7c334f 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