dev-lang/ghc: consistently spell C.UTF-8

Bug: https://bugs.gentoo.org/962878
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-09-15 12:40:12 +01:00
parent 299fc1af4c
commit 98a0269a49
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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}"