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 10/25] python-utils-r2.eclass: Add missing @INTERNAL to private func
Date: Sat, 29 Feb 2020 20:45:46
Message-Id: 20200229204201.99290-11-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/25] python-r2 eclass suite by "Michał Górny"
1 ---
2 eclass/python-utils-r2.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/python-utils-r2.eclass b/eclass/python-utils-r2.eclass
6 index bbd1802e3e7a..c0f3b7220a68 100644
7 --- a/eclass/python-utils-r2.eclass
8 +++ b/eclass/python-utils-r2.eclass
9 @@ -1257,6 +1257,7 @@ python_fix_shebang() {
10
11 # @FUNCTION: _python_check_locale_sanity
12 # @USAGE: <locale>
13 +# @INTERNAL
14 # @RETURN: 0 if sane, 1 otherwise
15 # @DESCRIPTION:
16 # Check whether the specified locale sanely maps between lowercase
17 --
18 2.25.1