summaryrefslogtreecommitdiff
path: root/dev-vcs/git-cola/git-cola-4.14.0.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-09-15 12:39:35 +0100
committerSam James <sam@gentoo.org>2025-09-15 12:40:51 +0100
commit299fc1af4cd209a44ed5cf9c89bed3dc3bfd1e91 (patch)
tree1f8521b1b794b000d58c93670ff9d3a05c75dd47 /dev-vcs/git-cola/git-cola-4.14.0.ebuild
parent1ee3971ba8d7326d3233b78c2f4490829d31b341 (diff)
downloadgentoo-299fc1af4cd209a44ed5cf9c89bed3dc3bfd1e91.tar.gz
gentoo-299fc1af4cd209a44ed5cf9c89bed3dc3bfd1e91.tar.bz2
gentoo-299fc1af4cd209a44ed5cf9c89bed3dc3bfd1e91.zip
dev-vcs/git-cola: consistently spell C.UTF-8
Bug: https://bugs.gentoo.org/962878 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git-cola/git-cola-4.14.0.ebuild')
-rw-r--r--dev-vcs/git-cola/git-cola-4.14.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}