diff options
author | Sam James <sam@gentoo.org> | 2022-01-23 15:33:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-23 17:00:20 +0000 |
commit | 2500a10f33e4ac856b0fcef68291bd30540807bf (patch) | |
tree | 75ec2a643e2efa1a1b5a186cb2df225a612b1137 /profiles | |
parent | sys-cluster/torque: update EAPI 6 -> 8 (diff) | |
download | gentoo-2500a10f33e4ac856b0fcef68291bd30540807bf.tar.gz gentoo-2500a10f33e4ac856b0fcef68291bd30540807bf.tar.bz2 gentoo-2500a10f33e4ac856b0fcef68291bd30540807bf.zip |
profiles/base: mask sys-libs/db[java]
Broken with OpenJDK 11+ and we're not aware of anybody actually
needing these anyway.
Bug: https://bugs.gentoo.org/713866
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index d2be8998792c..4d8547b2cf0d 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,6 +6,13 @@ # 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> (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 in 30 days 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) |