Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/
Date: Sat, 03 Oct 2020 11:59:34
Message-Id: 1601726362.af2da6a57ac33f3473ae6bd324b940178ec25451.whissi@gentoo
1 commit: af2da6a57ac33f3473ae6bd324b940178ec25451
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 11:58:12 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 11:59:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2da6a5
7
8 mail-client/thunderbird: force LC_ALL=C
9
10 Bug: 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 mail-client/thunderbird/thunderbird-78.3.1.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/mail-client/thunderbird/thunderbird-78.3.1.ebuild b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
18 index 70e6b9b4825..70f4e3a2219 100644
19 --- a/mail-client/thunderbird/thunderbird-78.3.1.ebuild
20 +++ b/mail-client/thunderbird/thunderbird-78.3.1.ebuild
21 @@ -412,6 +412,9 @@ pkg_setup() {
22 if [[ -z "${MOZ_API_KEY_GOOGLE+set}" ]] ; then
23 MOZ_API_KEY_GOOGLE="AIzaSyDEAOvatFogGaPi0eTgsV_ZlEzx0ObmepsMzfAc"
24 fi
25 +
26 + # Ensure we use C locale when building, bug #746215
27 + export LC_ALL=C
28 fi
29 }