diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-08-12 06:34:19 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-08-12 06:49:59 +0800 |
commit | 70c1dd67d21436fe54b552e4553a4711683facba (patch) | |
tree | 727b185309905570fd15b8a32cc658d4149f8eed /profiles | |
parent | games-action/minetest: remove unused patches (diff) | |
download | gentoo-70c1dd67d21436fe54b552e4553a4711683facba.tar.gz gentoo-70c1dd67d21436fe54b552e4553a4711683facba.tar.bz2 gentoo-70c1dd67d21436fe54b552e4553a4711683facba.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/package.mask | 5 | ||||
-rw-r--r-- | profiles/arch/riscv/rv64gc/lp64d/package.mask | 5 |
2 files changed, 10 insertions, 0 deletions
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 <dlan@gentoo.org> (2022-08-11) +# dev-java/openjdk support lp64d only, so mask others +virtual/jdk +virtual/jre + # Arthur Zamarin <arthurzam@gentoo.org> (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 <dlan@gentoo.org> (2022-08-11) +# dev-java/openjdk support lp64d, unmask it +-virtual/jdk +-virtual/jre + # Arthur Zamarin <arthurzam@gentoo.org> (2022-04-30) # Bootstrapping tarball was created for lp64d -dev-java/openjdk |