diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-07 23:23:31 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-07 23:25:24 +0200 |
commit | 854a03edb839c0f7f34931658d6f1d79bd93bee2 (patch) | |
tree | 4ecb54c4df55c468465ec7121a08b0b3d7b9d661 /profiles | |
parent | dev-util/cookiecutter: mark ALLARCHES (diff) | |
download | gentoo-854a03edb839c0f7f34931658d6f1d79bd93bee2.tar.gz gentoo-854a03edb839c0f7f34931658d6f1d79bd93bee2.tar.bz2 gentoo-854a03edb839c0f7f34931658d6f1d79bd93bee2.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
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ć <jsmolic@gentoo.org> (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 <marecki@gmail.com> (2022-04-30) # net-wireless/sdrplay contains prebuilt binaries, currently available # upstream only for amd64/x86 and arm |