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 c052fd0a6ae37..d3b5effbaf16b 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 }