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 v2 09/20] python-utils-r2.eclass: Fix obsolete docs on python_export_best
Date: Thu, 05 Mar 2020 15:14:29
Message-Id: 20200305151024.125834-10-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v2 00/20] python-r2 suite by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/python-utils-r2.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/python-utils-r2.eclass b/eclass/python-utils-r2.eclass
7 index 7d1ef1da2b04..ccac5677a323 100644
8 --- a/eclass/python-utils-r2.eclass
9 +++ b/eclass/python-utils-r2.eclass
10 @@ -197,7 +197,7 @@ _python_impl_matches() {
11 # This variable is set automatically in the following contexts:
12 #
13 # python-r2: Set in functions called by python_foreach_impl() or after
14 -# calling python_export_best().
15 +# calling python_setup().
16 #
17 # python-single-r2: Set after calling python-single-r2_pkg_setup().
18 #
19 @@ -216,7 +216,7 @@ _python_impl_matches() {
20 # This variable is set automatically in the following contexts:
21 #
22 # python-r2: Set in functions called by python_foreach_impl() or after
23 -# calling python_export_best().
24 +# calling python_setup().
25 #
26 # python-single-r2: Set after calling python-single-r2_pkg_setup().
27 #
28 --
29 2.25.1