commit: 2500a10f33e4ac856b0fcef68291bd30540807bf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 23 15:33:20 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 23 17:00:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2500a10f
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 <AT> gentoo.org> profiles/base/package.use.mask | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 <[email protected]> (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 <[email protected]> (2022-01-12) # Unmask PCH for now for GCC to avoid unnecessary rebuilds # (USE=pch is now use.mask-ed globally)
