diff options
author | 2023-01-29 21:58:41 +0000 | |
---|---|---|
committer | 2023-01-29 21:58:41 +0000 | |
commit | 71fed2eb85ab1c869705fb7ce8ed0bc9248886b8 (patch) | |
tree | dc8d0daa6ce6d9d54bed6d51fe5a17fd77fe65b6 /profiles/default/linux/ppc | |
parent | app-emacs/slime: bump to 2.28 (diff) | |
download | gentoo-71fed2eb85ab1c869705fb7ce8ed0bc9248886b8.tar.gz gentoo-71fed2eb85ab1c869705fb7ce8ed0bc9248886b8.tar.bz2 gentoo-71fed2eb85ab1c869705fb7ce8ed0bc9248886b8.zip |
profiles/default/linux: mask sys-devel/gcc[sanitize] on musl ppc* profiles
mcontext parts of libsanitizer need porting.
Bug: https://bugs.gentoo.org/892079
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/default/linux/ppc')
-rw-r--r-- | profiles/default/linux/ppc/17.0/musl/package.use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/default/linux/ppc/17.0/musl/package.use.mask b/profiles/default/linux/ppc/17.0/musl/package.use.mask new file mode 100644 index 000000000000..80fbaf3654a7 --- /dev/null +++ b/profiles/default/linux/ppc/17.0/musl/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <sam@gentoo.org> (2023-01-29) +# Fails to build on combination of ppc* + musl because of mcontext. +# libsanitizer needs adapting, bug #892079. +sys-devel/gcc sanitize |