summaryrefslogtreecommitdiff
path: root/profiles/base/package.use.mask
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/base/package.use.mask')
-rw-r--r--profiles/base/package.use.mask18
1 files changed, 16 insertions, 2 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 526fd89968f0..67d7c4ca7ca1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# New entries go on top.
@@ -6,10 +6,24 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Sam James <sam@gentoo.org> (2021-01-24)
+# USE=custom-cflags is _particularly_ dangerous on sys-libs/glibc and
+# can result in not just build-time failures for glibc itself, but
+# runtime crashes. The effect of using USE=custom-cflags globally in make.conf
+# isn't the same as it is for just glibc specifically.
+sys-libs/glibc custom-cflags
+
+# Sam James <sam@gentoo.org> (2022-01-23)
+# Java bindings are broken with OpenJDK 11+ and we're not
+# aware of any consumers. bug #713866
+# The bindings will be removed on 2022-02-23 due to their state
+# of disrepair.
+sys-libs/db java
+
# Sam James <sam@gentoo.org> (2022-01-12)
# Unmask PCH for now for GCC to avoid unnecessary rebuilds
# (USE=pch is now use.mask-ed globally)
-<sys-devel/gcc-11.3:11 -pch
+<sys-devel/gcc-11.2.1_p20220115:11 -pch
<sys-devel/gcc-10.4:10 -pch
=sys-devel/gcc-9* -pch
=sys-devel/gcc-8* -pch