commit:     70c1dd67d21436fe54b552e4553a4711683facba
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 22:34:19 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 22:49:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c1dd67

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 <dlan <AT> gentoo.org>

 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 <[email protected]> (2022-08-11)
+# dev-java/openjdk support lp64d only, so mask others
+virtual/jdk
+virtual/jre
+
 # Arthur Zamarin <[email protected]> (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 <[email protected]> (2022-08-11)
+# dev-java/openjdk support lp64d, unmask it
+-virtual/jdk
+-virtual/jre
+
 # Arthur Zamarin <[email protected]> (2022-04-30)
 # Bootstrapping tarball was created for lp64d
 -dev-java/openjdk

Reply via email to