commit: 930aa75da9fd6c23c6859a6257cdfe786d0318c1 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat Oct 3 11:59:10 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Oct 3 11:59:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930aa75d
www-client/firefox: force LC_ALL=C Closes: https://bugs.gentoo.org/746215 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> www-client/firefox/firefox-78.3.1.ebuild | 3 +++ www-client/firefox/firefox-81.0.1.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild index 533cba54513..435c136aa5e 100644 --- a/www-client/firefox/firefox-78.3.1.ebuild +++ b/www-client/firefox/firefox-78.3.1.ebuild @@ -418,6 +418,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 } diff --git a/www-client/firefox/firefox-81.0.1.ebuild b/www-client/firefox/firefox-81.0.1.ebuild index eb407d1a1c9..e79df820254 100644 --- a/www-client/firefox/firefox-81.0.1.ebuild +++ b/www-client/firefox/firefox-81.0.1.ebuild @@ -418,6 +418,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 }
