diff options
author | 2023-03-27 18:45:42 +0000 | |
---|---|---|
committer | 2023-03-27 21:46:18 +0200 | |
commit | e383a9e4e375726b83ebc51f1cbc3e5b29be5708 (patch) | |
tree | 3e59cddbaedb68039b4f2f8b7a30e7bd83ef41d3 /profiles | |
parent | media-gfx/sane-airscan: format metadata.xml, add upstream (diff) | |
download | gentoo-e383a9e4e375726b83ebc51f1cbc3e5b29be5708.tar.gz gentoo-e383a9e4e375726b83ebc51f1cbc3e5b29be5708.tar.bz2 gentoo-e383a9e4e375726b83ebc51f1cbc3e5b29be5708.zip |
profiles/arch/riscv: unmask sys-libs/compiler-rt-sanitizers USE
Closes: https://bugs.gentoo.org/903197
Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
Closes: https://github.com/gentoo/gentoo/pull/30372
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 63b53b0ff2e9..917c095f9b48 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# jinqiang zhang <peeweep@0x0.ee> (2023-03-27) +# Sanitizers supported on this architecture. +sys-libs/compiler-rt-sanitizers -asan -lsan + # Yixun Lan <dlan@gentoo.org> (2023-02-16) # 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 |