mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
meson.eclass: ensure we have a UTF-8 locale set
Bug: https://bugs.gentoo.org/625396
This commit is contained in:
@@ -40,7 +40,7 @@ esac
|
||||
|
||||
if [[ -z ${_MESON_ECLASS} ]]; then
|
||||
|
||||
inherit ninja-utils toolchain-funcs
|
||||
inherit ninja-utils python-utils-r1 toolchain-funcs
|
||||
|
||||
fi
|
||||
|
||||
@@ -148,6 +148,9 @@ meson_src_configure() {
|
||||
STRIP=$(tc-getBUILD_STRIP)
|
||||
fi
|
||||
|
||||
# https://bugs.gentoo.org/625396
|
||||
python_export_utf8_locale
|
||||
|
||||
# Append additional arguments from ebuild
|
||||
mesonargs+=("${emesonargs[@]}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user