Signed-off-by: Michał Górny <[email protected]>
---
eclass/python-single-r2.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/python-single-r2.eclass b/eclass/python-single-r2.eclass
index 833622f1a49a..0d86aa0cf512 100644
--- a/eclass/python-single-r2.eclass
+++ b/eclass/python-single-r2.eclass
@@ -463,6 +463,7 @@ python_setup() {
_python_export "${impls[0]}" EPYTHON PYTHON
_python_wrapper_setup
+ einfo "Using ${EPYTHON} to build"
return
fi
@@ -480,6 +481,7 @@ python_setup() {
_python_export "${impl}" EPYTHON PYTHON
_python_wrapper_setup
+ einfo "Using ${EPYTHON} to build"
fi
done
--
2.25.1