commit: 38a5800dfe132c8e01bca05e61a4022e1947934e Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Fri Jul 8 08:59:49 2022 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Sat Jul 9 06:01:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a5800d
profiles/arch/loong: mask USE=js-type-check for www-client/chromium Java isn't bootstrapped on loong yet. Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> profiles/arch/loong/package.use | 2 ++ profiles/arch/loong/package.use.mask | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/profiles/arch/loong/package.use b/profiles/arch/loong/package.use new file mode 100644 index 000000000000..77df43ba64a2 --- /dev/null +++ b/profiles/arch/loong/package.use @@ -0,0 +1,2 @@ +# LoongArch systems boot with EFI +sys-boot/grub:2 grub_platforms_efi-64 diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 426f9a60cb10..d29bb7e6d3cc 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2022-07-08) +# virtual/jre is not available on loong yet. +www-client/chromium js-type-check + # WANG Xuerui <[email protected]> (2022-05-13) # Fails testing at least with libssh-0.9.6 and mbedtls-2.28.0-r1, needs # investigation.
