summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-04 14:11:20 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-05 08:57:35 +0100
commit33915f9488af4f18a192df1f437e5ee1362666ee (patch)
tree7c90c2ad1ea96e0af26f00077fb5c25e7c7a05f6 /eclass/python-utils-r1.eclass
parentpython-utils-r1.eclass: Mark _python_check_locale_sanity @INTERNAL (diff)
downloadgentoo-33915f9488af4f18a192df1f437e5ee1362666ee.tar.gz
gentoo-33915f9488af4f18a192df1f437e5ee1362666ee.tar.bz2
gentoo-33915f9488af4f18a192df1f437e5ee1362666ee.zip
python-utils-r1.eclass: Update docs to use python_setup
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r--eclass/python-utils-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 37ab9c84eda6..2791fae42112 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -198,7 +198,7 @@ _python_impl_matches() {
# This variable is set automatically in the following contexts:
#
# python-r1: Set in functions called by python_foreach_impl() or after
-# calling python_export_best().
+# calling python_setup().
#
# python-single-r1: Set after calling python-single-r1_pkg_setup().
#
@@ -217,7 +217,7 @@ _python_impl_matches() {
# This variable is set automatically in the following contexts:
#
# python-r1: Set in functions called by python_foreach_impl() or after
-# calling python_export_best().
+# calling python_setup().
#
# python-single-r1: Set after calling python-single-r1_pkg_setup().
#