From ecfff63ca311633cacb638e44aed726c41cdaa30 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 4 Mar 2020 14:20:52 +0100 Subject: python-any-r1.eclass: Report impl used by python_setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/python-any-r1.eclass | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'eclass') diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index 5d74c8acd3e4..66c6965c04ea 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass @@ -301,6 +301,7 @@ python_setup() { python_export "${impls[0]}" EPYTHON PYTHON python_wrapper_setup + einfo "Using ${EPYTHON} to build" return fi @@ -309,6 +310,7 @@ python_setup() { if _python_EPYTHON_supported "${EPYTHON}"; then python_export EPYTHON PYTHON python_wrapper_setup + einfo "Using ${EPYTHON} to build" return fi fi @@ -324,6 +326,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 @@ -334,6 +337,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 -- cgit v1.2.3-65-gdbad