commit: 98a0269a49f75060ba767e05cef50e21ecfd9c0c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 15 11:40:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 15 11:40:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a0269a
dev-lang/ghc: consistently spell C.UTF-8 Bug: https://bugs.gentoo.org/962878 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/ghc/ghc-9.0.2-r4.ebuild | 4 ++-- dev-lang/ghc/ghc-9.2.8.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/ghc/ghc-9.0.2-r4.ebuild b/dev-lang/ghc/ghc-9.0.2-r4.ebuild index 68814a724753..7f042af3615b 100644 --- a/dev-lang/ghc/ghc-9.0.2-r4.ebuild +++ b/dev-lang/ghc/ghc-9.0.2-r4.ebuild @@ -491,10 +491,10 @@ src_unpack() { } src_prepare() { - # Force the use of C.utf8 locale + # Force the use of C.UTF-8 locale # <https://github.com/gentoo-haskell/gentoo-haskell/issues/1287> # <https://github.com/gentoo-haskell/gentoo-haskell/issues/1289> - export LC_ALL=C.utf8 + export LC_ALL=C.UTF-8 ghc_setup_cflags diff --git a/dev-lang/ghc/ghc-9.2.8.ebuild b/dev-lang/ghc/ghc-9.2.8.ebuild index f07bb98c69b4..92a5cd3b8c4a 100644 --- a/dev-lang/ghc/ghc-9.2.8.ebuild +++ b/dev-lang/ghc/ghc-9.2.8.ebuild @@ -532,10 +532,10 @@ src_unpack() { } src_prepare() { - # Force the use of C.utf8 locale + # Force the use of C.UTF-8 locale # <https://github.com/gentoo-haskell/gentoo-haskell/issues/1287> # <https://github.com/gentoo-haskell/gentoo-haskell/issues/1289> - export LC_ALL=C.utf8 + export LC_ALL=C.UTF-8 if use binary; then local bin_pv="${BIN_PV}"
