From 70c1dd67d21436fe54b552e4553a4711683facba Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Fri, 12 Aug 2022 06:34:19 +0800 Subject: profiles/arch/riscv: mask virtual/{jre,jdk} other than lp64d this due to dev-java/openjdk support riscv,lp64d only Signed-off-by: Yixun Lan --- profiles/arch/riscv/package.mask | 5 +++++ profiles/arch/riscv/rv64gc/lp64d/package.mask | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/profiles/arch/riscv/package.mask b/profiles/arch/riscv/package.mask index ab795bdab09d..14d513dbb5bc 100644 --- a/profiles/arch/riscv/package.mask +++ b/profiles/arch/riscv/package.mask @@ -1,6 +1,11 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Yixun Lan (2022-08-11) +# dev-java/openjdk support lp64d only, so mask others +virtual/jdk +virtual/jre + # Arthur Zamarin (2022-04-30) # Bootstrapping was created only for lp64d dev-java/openjdk diff --git a/profiles/arch/riscv/rv64gc/lp64d/package.mask b/profiles/arch/riscv/rv64gc/lp64d/package.mask index 53f8d2598ac4..f08a2570a938 100644 --- a/profiles/arch/riscv/rv64gc/lp64d/package.mask +++ b/profiles/arch/riscv/rv64gc/lp64d/package.mask @@ -1,6 +1,11 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Yixun Lan (2022-08-11) +# dev-java/openjdk support lp64d, unmask it +-virtual/jdk +-virtual/jre + # Arthur Zamarin (2022-04-30) # Bootstrapping tarball was created for lp64d -dev-java/openjdk -- cgit v1.2.3-65-gdbad