diff options
author | 2024-06-19 00:07:30 -0400 | |
---|---|---|
committer | 2024-06-20 18:42:16 +0100 | |
commit | 44d46e2703d097c49ebfeb48ce753936734d5f66 (patch) | |
tree | e6bd0c3909d0f93748023a0a2b40932900026b7b /profiles/features | |
parent | dev-java/j2objc-annotations: Stabilize 3.0.0-r1 arm64, #934613 (diff) | |
download | gentoo-44d46e2703d097c49ebfeb48ce753936734d5f66.tar.gz gentoo-44d46e2703d097c49ebfeb48ce753936734d5f66.tar.bz2 gentoo-44d46e2703d097c49ebfeb48ce753936734d5f66.zip |
profiles: only mask clang-runtime[sanitize] on 32-bit musl profiles
The issue in the bug is only an issue on 32-bit musl platforms, not on
64-bit. The original mask was overzealous, narrow the mask to arm, ppc,
and x86.
Bug: https://bugs.gentoo.org/928936
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/37212
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/musl/package.use.mask | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index d20c7dd9c843..9cb4b9e5ab7b 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,11 +1,6 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sam james <sam@gentoo.org> (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 <sam@gentoo.org> (2024-06-03) # Poor rendering performance otherwise (bug #931215) but it doesn't # work on musl. |