diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-14 01:15:24 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-14 01:17:05 +0100 |
commit | 2fed8b79dc9c6284243ef81f7d32e8e528728a95 (patch) | |
tree | d7de1e1a9726cd1c5f50c72d34485b1b8fefd1b4 /profiles | |
parent | mail-client/thunderbird: use Clang by default (diff) | |
download | gentoo-2fed8b79dc9c6284243ef81f7d32e8e528728a95.tar.gz gentoo-2fed8b79dc9c6284243ef81f7d32e8e528728a95.tar.bz2 gentoo-2fed8b79dc9c6284243ef81f7d32e8e528728a95.zip |
profiles/base/package.use.force: force USE=clang for firefox/thunderbird
Bug: https://bugs.gentoo.org/758446
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.force | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 3ed0a93dc476..70e3d1e505da 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Upstream does not test with GCC and it turned out that building +# Firefox/Thunderbird with GCC will cause certain hard to debug +# runtime bugs (bug #758446) which are not worth it. +# Building Firefox/Thunderbird with GCC is no longer supported +# in Gentoo until further notice. +mail-client/thunderbird clang +www-client/firefox clang + # Michał Górny <mgorny@gentoo.org> (2020-09-01) # sys-boot/udk is being removed, and newest revision of refind does not # support it already. |