commit: 1cec680ded7a78e8df054e5c0b78463a5e2c84be Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sun Aug 20 18:15:03 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Sun Aug 20 21:27:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cec680d
profiles/arch/riscv: remove USE=vulkan mask on games-action/supertuxkart Current ebuilds of this package temporarily haven't got this USE flag, and anticipating it being re-added after 1.4 media-libs/shaderc has been keyworded. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 4 ---- 1 file changed, 4 deletions(-) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index bad55a1fe8c5..fac660ac487b 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -30,10 +30,6 @@ sys-libs/compiler-rt-sanitizers -asan -lsan # USE=java depend on virtual/jdk:1.8 which is not support on RISC-V app-office/libreoffice java libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript -# Sam James <[email protected]> (2023-01-27) -# media-libs/shaderc not keyworded here -games-action/supertuxkart vulkan - # Mike Rivnak <[email protected]> (2022-11-30) # luajit is currently not supported on riscv app-editors/neovim lua_single_target_luajit
