mail-client/thunderbird: force LC_ALL=C

Bug: https://bugs.gentoo.org/746215
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2020-10-03 13:58:12 +02:00
parent 4c622f93b6
commit af2da6a57a

View File

@@ -412,6 +412,9 @@ pkg_setup() {
if [[ -z "${MOZ_API_KEY_GOOGLE+set}" ]] ; then
MOZ_API_KEY_GOOGLE="AIzaSyDEAOvatFogGaPi0eTgsV_ZlEzx0ObmepsMzfAc"
fi
# Ensure we use C locale when building, bug #746215
export LC_ALL=C
fi
}