Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Sat, 03 Oct 2020 11:59:35
Message-Id: 1601726363.930aa75da9fd6c23c6859a6257cdfe786d0318c1.whissi@gentoo
1 commit: 930aa75da9fd6c23c6859a6257cdfe786d0318c1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 11:59:10 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 11:59:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930aa75d
7
8 www-client/firefox: force LC_ALL=C
9
10 Closes: https://bugs.gentoo.org/746215
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-client/firefox/firefox-78.3.1.ebuild | 3 +++
15 www-client/firefox/firefox-81.0.1.ebuild | 3 +++
16 2 files changed, 6 insertions(+)
17
18 diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild
19 index 533cba54513..435c136aa5e 100644
20 --- a/www-client/firefox/firefox-78.3.1.ebuild
21 +++ b/www-client/firefox/firefox-78.3.1.ebuild
22 @@ -418,6 +418,9 @@ pkg_setup() {
23 if [[ -z "${MOZ_API_KEY_GOOGLE+set}" ]] ; then
24 MOZ_API_KEY_GOOGLE="AIzaSyDEAOvatFogGaPi0eTgsV_ZlEzx0ObmepsMzfAc"
25 fi
26 +
27 + # Ensure we use C locale when building, bug #746215
28 + export LC_ALL=C
29 fi
30 }
31
32
33 diff --git a/www-client/firefox/firefox-81.0.1.ebuild b/www-client/firefox/firefox-81.0.1.ebuild
34 index eb407d1a1c9..e79df820254 100644
35 --- a/www-client/firefox/firefox-81.0.1.ebuild
36 +++ b/www-client/firefox/firefox-81.0.1.ebuild
37 @@ -418,6 +418,9 @@ pkg_setup() {
38 if [[ -z "${MOZ_API_KEY_GOOGLE+set}" ]] ; then
39 MOZ_API_KEY_GOOGLE="AIzaSyDEAOvatFogGaPi0eTgsV_ZlEzx0ObmepsMzfAc"
40 fi
41 +
42 + # Ensure we use C locale when building, bug #746215
43 + export LC_ALL=C
44 fi
45 }