commit: 200e3a9a2de9095735f34e4de9db37436f5f9ed0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 15 11:47:38 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 15 11:47:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200e3a9a
dev-vcs/tig: consistently spell en_US.UTF-8 Bug: https://bugs.gentoo.org/962878 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-vcs/tig/tig-2.5.10.ebuild | 4 ++-- dev-vcs/tig/tig-2.5.12.ebuild | 2 +- dev-vcs/tig/tig-2.5.8.ebuild | 4 ++-- dev-vcs/tig/tig-9999.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-vcs/tig/tig-2.5.10.ebuild b/dev-vcs/tig/tig-2.5.10.ebuild index 7647faf8c007..d83a06acb5e0 100644 --- a/dev-vcs/tig/tig-2.5.10.ebuild +++ b/dev-vcs/tig/tig-2.5.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -53,7 +53,7 @@ src_compile() { src_test() { # workaround parallel test failures - LC_ALL=en_US.utf8 emake -j1 test + LC_ALL=en_US.UTF-8 emake -j1 test } src_install() { diff --git a/dev-vcs/tig/tig-2.5.12.ebuild b/dev-vcs/tig/tig-2.5.12.ebuild index dd6edd3a502e..d83a06acb5e0 100644 --- a/dev-vcs/tig/tig-2.5.12.ebuild +++ b/dev-vcs/tig/tig-2.5.12.ebuild @@ -53,7 +53,7 @@ src_compile() { src_test() { # workaround parallel test failures - LC_ALL=en_US.utf8 emake -j1 test + LC_ALL=en_US.UTF-8 emake -j1 test } src_install() { diff --git a/dev-vcs/tig/tig-2.5.8.ebuild b/dev-vcs/tig/tig-2.5.8.ebuild index 67489e4b0cb3..d83a06acb5e0 100644 --- a/dev-vcs/tig/tig-2.5.8.ebuild +++ b/dev-vcs/tig/tig-2.5.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -53,7 +53,7 @@ src_compile() { src_test() { # workaround parallel test failures - LC_ALL=en_US.utf8 emake -j1 test + LC_ALL=en_US.UTF-8 emake -j1 test } src_install() { diff --git a/dev-vcs/tig/tig-9999.ebuild b/dev-vcs/tig/tig-9999.ebuild index 8f0813ec14b9..160da80e5686 100644 --- a/dev-vcs/tig/tig-9999.ebuild +++ b/dev-vcs/tig/tig-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -53,7 +53,7 @@ src_compile() { src_test() { # workaround parallel test failures - LC_ALL=en_US.utf8 emake -j1 test + LC_ALL=en_US.UTF-8 emake -j1 test } src_install() {
