public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] meson.eclass: ensure we have a UTF-8 locale set
@ 2017-07-17 16:18 Mike Gilbert
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert @ 2017-07-17 16:18 UTC (permalink / raw)
  To: gentoo-dev; +Cc: williamh

Bug: https://bugs.gentoo.org/625396
---
 eclass/meson.eclass | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index 25e19dff48e3..5b63f0ef3a33 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -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[@]}")
 
-- 
2.13.3



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-17 16:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-17 16:18 [gentoo-dev] [PATCH] meson.eclass: ensure we have a UTF-8 locale set Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox