summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-vcs/git-cola/git-cola-4.13.0.ebuild2
-rw-r--r--dev-vcs/git-cola/git-cola-4.14.0.ebuild2
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
}