From: Michał Górny Date: Wed, 4 Mar 2020 13:21:04 +0000 (+0100) Subject: python-single-r1.eclass: Report impl used by python_setup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9301087c098c7ba9b2c911ee1c578ee864fd06dc;p=gentoo.git python-single-r1.eclass: Report impl used by python_setup Signed-off-by: Michał Górny --- 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