commit:     299fc1af4cd209a44ed5cf9c89bed3dc3bfd1e91
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 15 11:39:35 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 15 11:40:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299fc1af

dev-vcs/git-cola: consistently spell C.UTF-8

Bug: https://bugs.gentoo.org/962878
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-vcs/git-cola/git-cola-4.13.0.ebuild | 2 +-
 dev-vcs/git-cola/git-cola-4.14.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git-cola/git-cola-4.13.0.ebuild 
b/dev-vcs/git-cola/git-cola-4.13.0.ebuild
index e82cdc8aace4..d2743b50bb70 100644
--- a/dev-vcs/git-cola/git-cola-4.13.0.ebuild
+++ b/dev-vcs/git-cola/git-cola-4.13.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
 }
 

diff --git a/dev-vcs/git-cola/git-cola-4.14.0.ebuild 
b/dev-vcs/git-cola/git-cola-4.14.0.ebuild
index c052fd0a6ae3..d3b5effbaf16 100644
--- a/dev-vcs/git-cola/git-cola-4.14.0.ebuild
+++ b/dev-vcs/git-cola/git-cola-4.14.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
 }
 

Reply via email to