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: Sat, 04 Jul 2020 07:15:52
Message-Id: 1593846915.94b3a8560197072a3058e2a64ae4fd2ab3b205fd.mgorny@gentoo
1 commit: 94b3a8560197072a3058e2a64ae4fd2ab3b205fd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 4 07:05:11 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 07:15:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b3a856
7
8 python-utils-r1.eclass: Fix eclassdoc tag order
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/python-utils-r1.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
16 index 1067d2367ab..9bad72a77e9 100644
17 --- a/eclass/python-utils-r1.eclass
18 +++ b/eclass/python-utils-r1.eclass
19 @@ -1164,8 +1164,8 @@ python_fix_shebang() {
20
21 # @FUNCTION: _python_check_locale_sanity
22 # @USAGE: <locale>
23 -# @INTERNAL
24 # @RETURN: 0 if sane, 1 otherwise
25 +# @INTERNAL
26 # @DESCRIPTION:
27 # Check whether the specified locale sanely maps between lowercase
28 # and uppercase ASCII characters.