commit: 26e7288d58e4e16aa595e03ce5d4e6840df67977 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 16 00:41:09 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 16 00:41:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e7288d
profiles/features/musl: mask clang-runtime[sanitize] Avoid pulling in sys-libs/compiler-rt-sanitizers which fails to build Bug: https://bugs.gentoo.org/928936 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 9cb4b9e5ab7b..d20c7dd9c843 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam james <[email protected]> (2024-06-16) +# Avoid pulling in sys-libs/compiler-rt-sanitizers which fails to build +# See bug #928936. +sys-devel/clang-runtime sanitize + # Sam James <[email protected]> (2024-06-03) # Poor rendering performance otherwise (bug #931215) but it doesn't # work on musl.
