commit: 7d1a7e7b941c65ddaa7b0da009514b55cbb70c56
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 3 00:56:36 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 3 00:56:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1a7e7b
dev-vcs/git-cola: forward-port locale change
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-cola/git-cola-4.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-cola/git-cola-4.15.0.ebuild
b/dev-vcs/git-cola/git-cola-4.15.0.ebuild
index c052fd0a6ae3..d3b5effbaf16 100644
--- a/dev-vcs/git-cola/git-cola-4.15.0.ebuild
+++ b/dev-vcs/git-cola/git-cola-4.15.0.ebuild
@@ -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
}