dev-vcs/git-cola: forward-port locale change

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-10-03 01:56:36 +01:00
parent f194246c70
commit 7d1a7e7b94

View File

@@ -52,7 +52,7 @@ src_test() {
python_test() {
cd "${T}" || die
GIT_CONFIG_NOSYSTEM=true LC_ALL="C.utf8" \
GIT_CONFIG_NOSYSTEM=true LC_ALL="C.UTF-8" \
epytest "${S}"/test
}