From 98a0269a49f75060ba767e05cef50e21ecfd9c0c Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 15 Sep 2025 12:40:12 +0100 Subject: [PATCH] dev-lang/ghc: consistently spell C.UTF-8 Bug: https://bugs.gentoo.org/962878 Signed-off-by: Sam James --- 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 # # - 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 # # - export LC_ALL=C.utf8 + export LC_ALL=C.UTF-8 if use binary; then local bin_pv="${BIN_PV}"