mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user