Signed-off-by: Michał Górny <[email protected]>
---
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 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
--
2.25.1