summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-10-03 13:58:12 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-10-03 13:59:22 +0200
commitaf2da6a57ac33f3473ae6bd324b940178ec25451 (patch)
treed5a60e3d68f603a27b8d65ca6496456761952f74 /mail-client/thunderbird
parentnet-wireless/iw: Bump to version 5.9 (diff)
downloadgentoo-af2da6a57ac33f3473ae6bd324b940178ec25451.tar.gz
gentoo-af2da6a57ac33f3473ae6bd324b940178ec25451.tar.bz2
gentoo-af2da6a57ac33f3473ae6bd324b940178ec25451.zip
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>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r--mail-client/thunderbird/thunderbird-78.3.1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail-client/thunderbird/thunderbird-78.3.1.ebuild b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
index 70e6b9b48258..70f4e3a22199 100644
--- a/mail-client/thunderbird/thunderbird-78.3.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
@@ -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
}