commit: 3510a10386008f78cfdd5b5edd52b8aeabac5e66 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Thu Feb 16 05:00:26 2023 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu Feb 16 05:13:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3510a103
profiles/arch/riscv: mask USE=java for app-office/libreoffice USE=java will pull in virtual/jdk:1.8 which is not support on RISC-V Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 3608bef1321c..52afa87c7991 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Yixun Lan <[email protected]> (2023-02-16) +# USE=java depend on virtual/jdk:1.8 which is not support on RISC-V +app-office/libreoffice java libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript + # Sam James <[email protected]> (2023-01-27) # media-libs/shaderc not keyworded here games-action/supertuxkart vulkan
