Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 3/9] python-utils-r1.eclass: Update docs to use python_setup
Date: Wed, 04 Mar 2020 14:33:57
Message-Id: 20200304143223.55830-4-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/9] python-r1 suite cleanup by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/python-utils-r1.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
7 index 37ab9c84eda6..2791fae42112 100644
8 --- a/eclass/python-utils-r1.eclass
9 +++ b/eclass/python-utils-r1.eclass
10 @@ -198,7 +198,7 @@ _python_impl_matches() {
11 # This variable is set automatically in the following contexts:
12 #
13 # python-r1: Set in functions called by python_foreach_impl() or after
14 -# calling python_export_best().
15 +# calling python_setup().
16 #
17 # python-single-r1: Set after calling python-single-r1_pkg_setup().
18 #
19 @@ -217,7 +217,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 --
29 2.25.1