commit: af2da6a57ac33f3473ae6bd324b940178ec25451 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat Oct 3 11:58:12 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Oct 3 11:59:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2da6a5
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 <AT> gentoo.org> mail-client/thunderbird/thunderbird-78.3.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail-client/thunderbird/thunderbird-78.3.1.ebuild b/mail-client/thunderbird/thunderbird-78.3.1.ebuild index 70e6b9b4825..70f4e3a2219 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 }
