Signed-off-by: Michał Górny <[email protected]>
---
 eclass/python-any-r2.eclass | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/eclass/python-any-r2.eclass b/eclass/python-any-r2.eclass
index d6523a93646a..e7e5b3b9c68f 100644
--- a/eclass/python-any-r2.eclass
+++ b/eclass/python-any-r2.eclass
@@ -296,6 +296,7 @@ python_setup() {
 
                _python_export "${impls[0]}" EPYTHON PYTHON
                _python_wrapper_setup
+               einfo "Using ${EPYTHON} to build"
                return
        fi
 
@@ -304,6 +305,7 @@ python_setup() {
                if _python_EPYTHON_supported "${EPYTHON}"; then
                        _python_export EPYTHON PYTHON
                        _python_wrapper_setup
+                       einfo "Using ${EPYTHON} to build"
                        return
                fi
        fi
@@ -319,6 +321,7 @@ python_setup() {
                elif _python_EPYTHON_supported "${i}"; then
                        _python_export "${i}" EPYTHON PYTHON
                        _python_wrapper_setup
+                       einfo "Using ${EPYTHON} to build"
                        return
                fi
        done
@@ -329,6 +332,7 @@ python_setup() {
                _python_export "${_PYTHON_SUPPORTED_IMPLS[i]}" EPYTHON PYTHON
                if _python_EPYTHON_supported "${EPYTHON}"; then
                        _python_wrapper_setup
+                       einfo "Using ${EPYTHON} to build"
                        return
                fi
        done
-- 
2.25.1


Reply via email to