python-utils-r1.eclass: override LC_ALL in _python_check_locale_sanity
authorMike Gilbert <floppym@gentoo.org>
Sat, 24 Sep 2016 00:54:06 +0000 (20:54 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sat, 24 Sep 2016 00:56:09 +0000 (20:56 -0400)
eclass/python-utils-r1.eclass

index 717123cc5f96f844fe62bf6368ab23818400b918..bf833eb990074c910fc7a027ab11bad6b7a62285 100644 (file)
@@ -1207,7 +1207,7 @@ python_fix_shebang() {
 # Check whether the specified locale sanely maps between lowercase
 # and uppercase ASCII characters.
 _python_check_locale_sanity() {
-       local -x LC_CTYPE=${1}
+       local -x LC_ALL=${1}
        local IFS=
 
        local lc=( {a..z} )