commit: 868ba2575fb9d24535ce954cefd0134b889089aa Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Apr 25 17:52:01 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Apr 25 17:53:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868ba257
profiles: x86: Mask >=app-office/libreoffice-7[base,java] Bug: https://bugs.gentoo.org/785640 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/x86/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 598a732e0c0..cc3f7af53ad 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2020-04-25) +# Depends on either unkeyworded dev-java/openjdk:11 +# or unavailable >=dev-java/icedtea-4, bug #785640 +>=app-office/libreoffice-7 base java + # Mike Gilbert <[email protected]> (2021-03-29) # Unmask TPM on supported archs. sys-apps/systemd -tpm
