commit: e66a4f8582fc9c34e41b428a6f6a1270493f00fe Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 15 23:21:20 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 15 23:26:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66a4f85
profiles/default/linux: unmask www-client/firefox[clang] on LLVM profiles We end up crashing when building gecko-profiler otherwise but the mask doesn't make sense on these profiles anyway, as the issue that led to them being masked was wrt libcxx - and on these profiles, we always have libcxx. Bug: https://bugs.gentoo.org/829033 Bug: https://bugs.gentoo.org/877021 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/default/linux/amd64/17.0/musl/clang/package.use.mask | 6 ++++++ profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/profiles/default/linux/amd64/17.0/musl/clang/package.use.mask b/profiles/default/linux/amd64/17.0/musl/clang/package.use.mask new file mode 100644 index 000000000000..3435fc7a7d5c --- /dev/null +++ b/profiles/default/linux/amd64/17.0/musl/clang/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2022-10-15) +# Undo the general musl mask +www-client/firefox -clang diff --git a/profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask b/profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask new file mode 100644 index 000000000000..3435fc7a7d5c --- /dev/null +++ b/profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2022-10-15) +# Undo the general musl mask +www-client/firefox -clang
