diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-08-27 18:02:05 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-08-27 18:02:05 +0800 |
commit | 1224cfdfb082bce7bc14d911ade3bc806993a432 (patch) | |
tree | 8c73d0347f59e180cc9eac4b7bf793a221527175 /profiles | |
parent | dev-ruby/http_parser_rb: fix metadata indentation (diff) | |
download | gentoo-1224cfdfb082bce7bc14d911ade3bc806993a432.tar.gz gentoo-1224cfdfb082bce7bc14d911ade3bc806993a432.tar.bz2 gentoo-1224cfdfb082bce7bc14d911ade3bc806993a432.zip |
profiles/arch/riscv: handle media-tv/kodi, only support in lp64d profile
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 | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/profiles/arch/riscv/package.mask b/profiles/arch/riscv/package.mask index 14d513dbb5bc..29aedbc637b5 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-27) +# mask it due to depend on virtual/jre +# and then unmask in sub-profile accordingly +media-tv/kodi + # Yixun Lan <dlan@gentoo.org> (2022-08-11) # dev-java/openjdk support lp64d only, so mask others virtual/jdk diff --git a/profiles/arch/riscv/rv64gc/lp64d/package.mask b/profiles/arch/riscv/rv64gc/lp64d/package.mask index f08a2570a938..475eba53359f 100644 --- a/profiles/arch/riscv/rv64gc/lp64d/package.mask +++ b/profiles/arch/riscv/rv64gc/lp64d/package.mask @@ -1,6 +1,10 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Yixun Lan <dlan@gentoo.org> (2022-08-27) +# unmask it here, depend on virtual/jre +-media-tv/kodi + # Yixun Lan <dlan@gentoo.org> (2022-08-11) # dev-java/openjdk support lp64d, unmask it -virtual/jdk |