mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
299fc1af4c
commit
98a0269a49
@ -491,10 +491,10 @@ src_unpack() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
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/1287>
|
||||||
# <https://github.com/gentoo-haskell/gentoo-haskell/issues/1289>
|
# <https://github.com/gentoo-haskell/gentoo-haskell/issues/1289>
|
||||||
export LC_ALL=C.utf8
|
export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
ghc_setup_cflags
|
ghc_setup_cflags
|
||||||
|
|
||||||
|
|||||||
@ -532,10 +532,10 @@ src_unpack() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
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/1287>
|
||||||
# <https://github.com/gentoo-haskell/gentoo-haskell/issues/1289>
|
# <https://github.com/gentoo-haskell/gentoo-haskell/issues/1289>
|
||||||
export LC_ALL=C.utf8
|
export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
if use binary; then
|
if use binary; then
|
||||||
local bin_pv="${BIN_PV}"
|
local bin_pv="${BIN_PV}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user