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 11/25] python-utils-r2.eclass: Fix obsolete docs on python_export_best
Date: Sat, 29 Feb 2020 20:46:05
Message-Id: 20200229204201.99290-12-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/25] python-r2 eclass 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 c0f3b7220a68..b9baf0267a47 100644
8 --- a/eclass/python-utils-r2.eclass
9 +++ b/eclass/python-utils-r2.eclass
10 @@ -194,7 +194,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 @@ -213,7 +213,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