diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-04 14:20:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-05 08:57:37 +0100 |
commit | a7086ea5d8a8c9df028442deb27dcfce72b1087a (patch) | |
tree | f8c60f7e1183c77699ab63134a32d62a2a236ede /eclass/python-r1.eclass | |
parent | python-utils-r1.eclass: Update docs to use python_setup (diff) | |
download | gentoo-a7086ea5d8a8c9df028442deb27dcfce72b1087a.tar.gz gentoo-a7086ea5d8a8c9df028442deb27dcfce72b1087a.tar.bz2 gentoo-a7086ea5d8a8c9df028442deb27dcfce72b1087a.zip |
python-r1.eclass: Report impl used by python_setup
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r-- | eclass/python-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index cd4c22aa0bd8..960fed8c451a 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -785,6 +785,7 @@ python_setup() { fi python_wrapper_setup + einfo "Using ${EPYTHON} in global scope" } # @FUNCTION: python_replicate_script |