diff options
author | 2020-03-04 14:10:29 +0100 | |
---|---|---|
committer | 2020-03-05 08:57:34 +0100 | |
commit | f33f5141e0c46d6ab1edd02e2bf4f6005a676309 (patch) | |
tree | 4d133d7bb979e3cecf29624e1c59a48e55aae8eb /eclass | |
parent | python*-r1.eclass, distutils-r1.eclass: Link to Python Guide (diff) | |
download | gentoo-f33f5141e0c46d6ab1edd02e2bf4f6005a676309.tar.gz gentoo-f33f5141e0c46d6ab1edd02e2bf4f6005a676309.tar.bz2 gentoo-f33f5141e0c46d6ab1edd02e2bf4f6005a676309.zip |
python-utils-r1.eclass: Mark _python_check_locale_sanity @INTERNAL
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index bb7f1a232688..37ab9c84eda6 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1261,6 +1261,7 @@ python_fix_shebang() { # @FUNCTION: _python_check_locale_sanity # @USAGE: <locale> +# @INTERNAL # @RETURN: 0 if sane, 1 otherwise # @DESCRIPTION: # Check whether the specified locale sanely maps between lowercase |