Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/arch/riscv/rv64gc/lp64d/
Date: Sat, 27 Aug 2022 23:12:41
Message-Id: 1661594525.1224cfdfb082bce7bc14d911ade3bc806993a432.dlan@gentoo
1 commit: 1224cfdfb082bce7bc14d911ade3bc806993a432
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 10:02:05 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 10:02:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1224cfdf
7
8 profiles/arch/riscv: handle media-tv/kodi, only support in lp64d profile
9
10 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
11
12 profiles/arch/riscv/package.mask | 5 +++++
13 profiles/arch/riscv/rv64gc/lp64d/package.mask | 4 ++++
14 2 files changed, 9 insertions(+)
15
16 diff --git a/profiles/arch/riscv/package.mask b/profiles/arch/riscv/package.mask
17 index 14d513dbb5bc..29aedbc637b5 100644
18 --- a/profiles/arch/riscv/package.mask
19 +++ b/profiles/arch/riscv/package.mask
20 @@ -1,6 +1,11 @@
21 # Copyright 2019-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 +# Yixun Lan <dlan@g.o> (2022-08-27)
25 +# mask it due to depend on virtual/jre
26 +# and then unmask in sub-profile accordingly
27 +media-tv/kodi
28 +
29 # Yixun Lan <dlan@g.o> (2022-08-11)
30 # dev-java/openjdk support lp64d only, so mask others
31 virtual/jdk
32
33 diff --git a/profiles/arch/riscv/rv64gc/lp64d/package.mask b/profiles/arch/riscv/rv64gc/lp64d/package.mask
34 index f08a2570a938..475eba53359f 100644
35 --- a/profiles/arch/riscv/rv64gc/lp64d/package.mask
36 +++ b/profiles/arch/riscv/rv64gc/lp64d/package.mask
37 @@ -1,6 +1,10 @@
38 # Copyright 2019-2022 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 +# Yixun Lan <dlan@g.o> (2022-08-27)
42 +# unmask it here, depend on virtual/jre
43 +-media-tv/kodi
44 +
45 # Yixun Lan <dlan@g.o> (2022-08-11)
46 # dev-java/openjdk support lp64d, unmask it
47 -virtual/jdk