Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 05 Mar 2020 07:57:56
Message-Id: 1583395055.33915f9488af4f18a192df1f437e5ee1362666ee.mgorny@gentoo
1 commit: 33915f9488af4f18a192df1f437e5ee1362666ee
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 13:11:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 07:57:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33915f94
7
8 python-utils-r1.eclass: Update docs to use python_setup
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/python-utils-r1.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
16 index 37ab9c84eda..2791fae4211 100644
17 --- a/eclass/python-utils-r1.eclass
18 +++ b/eclass/python-utils-r1.eclass
19 @@ -198,7 +198,7 @@ _python_impl_matches() {
20 # This variable is set automatically in the following contexts:
21 #
22 # python-r1: Set in functions called by python_foreach_impl() or after
23 -# calling python_export_best().
24 +# calling python_setup().
25 #
26 # python-single-r1: Set after calling python-single-r1_pkg_setup().
27 #
28 @@ -217,7 +217,7 @@ _python_impl_matches() {
29 # This variable is set automatically in the following contexts:
30 #
31 # python-r1: Set in functions called by python_foreach_impl() or after
32 -# calling python_export_best().
33 +# calling python_setup().
34 #
35 # python-single-r1: Set after calling python-single-r1_pkg_setup().
36 #