meson.eclass: ensure we have a UTF-8 locale set

Bug: https://bugs.gentoo.org/625396
This commit is contained in:
Mike Gilbert
2017-07-17 12:14:13 -04:00
parent b0c4d47a77
commit bae7477c59

View File

@@ -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[@]}")