commit: e383a9e4e375726b83ebc51f1cbc3e5b29be5708 Author: jinqiang zhang <peeweep <AT> 0x0 <DOT> ee> AuthorDate: Mon Mar 27 18:45:42 2023 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Mar 27 19:46:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e383a9e4
profiles/arch/riscv: unmask sys-libs/compiler-rt-sanitizers USE Closes: https://bugs.gentoo.org/903197 Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee> Closes: https://github.com/gentoo/gentoo/pull/30372 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) 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 <[email protected]> (2023-03-27) +# Sanitizers supported on this architecture. +sys-libs/compiler-rt-sanitizers -asan -lsan + # Yixun Lan <[email protected]> (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
