summaryrefslogtreecommitdiff
path: root/dev-vcs/git-cola/git-cola-4.15.0.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-10-03 01:56:36 +0100
committerSam James <sam@gentoo.org>2025-10-03 01:56:36 +0100
commit7d1a7e7b941c65ddaa7b0da009514b55cbb70c56 (patch)
tree28f81c651f8cf61090150efae84b4d616ddb20a3 /dev-vcs/git-cola/git-cola-4.15.0.ebuild
parentf194246c700ea0d84605d9eb337076f0e9a31001 (diff)
downloadgentoo-7d1a7e7b941c65ddaa7b0da009514b55cbb70c56.tar.gz
gentoo-7d1a7e7b941c65ddaa7b0da009514b55cbb70c56.tar.bz2
gentoo-7d1a7e7b941c65ddaa7b0da009514b55cbb70c56.zip
dev-vcs/git-cola: forward-port locale change
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git-cola/git-cola-4.15.0.ebuild')
-rw-r--r--dev-vcs/git-cola/git-cola-4.15.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}