From 9301087c098c7ba9b2c911ee1c578ee864fd06dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 4 Mar 2020 14:21:04 +0100 Subject: [PATCH] python-single-r1.eclass: Report impl used by python_setup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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.26.2