commit: 195148ffef3abd3a6db5bacf9d3d4932b8073249 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Wed Apr 12 13:13:22 2023 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed Apr 12 13:14:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195148ff
Revert "profiles/arch/riscv: Remove USE=opencl from use.mask" We need to keyword libclc before unmasking the flag. This reverts commit 1a4bf32b5bbb41e3e6d784074bc373827d9fcd7b. Bug: https://bugs.gentoo.org/904214 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/arch/riscv/use.mask | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 90360dcf8d5e..d9d54fb8a754 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -41,6 +41,9 @@ mono # No proper support for this arch yet java +# Neither the virtual nor any of the runtimes (except mesa) keyworded here yet +opencl + # not supported / tested cards video_cards_ast
