diff options
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. |