commit: 854a03edb839c0f7f34931658d6f1d79bd93bee2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Tue Jun 7 21:23:31 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Jun 7 21:25:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854a03ed
profiles/arch/riscv: Mask sys-devel/clang-runtime[sanitize] - Mask for the time being given no sanitizers are available on riscv currently to prevent emerge throwing unsatisfied USE flag errors. Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 800c5023f43b..05d4fca1af29 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,11 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jakov Smolić <[email protected]> (2022-06-07) +# riscv has no sanitizers unmasked for the time being, so +# mask to prevent emerge from erroring out by default +sys-devel/clang-runtime sanitize + # Marek Szuba <[email protected]> (2022-04-30) # net-wireless/sdrplay contains prebuilt binaries, currently available # upstream only for amd64/x86 and arm
