diff options
| author | 2022-10-16 00:21:20 +0100 | |
|---|---|---|
| committer | 2022-10-16 00:26:19 +0100 | |
| commit | e66a4f8582fc9c34e41b428a6f6a1270493f00fe (patch) | |
| tree | 24c11b04aa9e33d70ac0387f7aa0a5030d8ce308 | |
| parent | dev-java/sbt: drop 0.13.13 (diff) | |
| download | gentoo-e66a4f8582fc9c34e41b428a6f6a1270493f00fe.tar.gz gentoo-e66a4f8582fc9c34e41b428a6f6a1270493f00fe.tar.bz2 gentoo-e66a4f8582fc9c34e41b428a6f6a1270493f00fe.zip | |
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@gentoo.org>
| -rw-r--r-- | profiles/default/linux/amd64/17.0/musl/clang/package.use.mask | 6 | ||||
| -rw-r--r-- | profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask | 6 |
2 files changed, 12 insertions, 0 deletions
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 <sam@gentoo.org> (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 <sam@gentoo.org> (2022-10-15) +# Undo the general musl mask +www-client/firefox -clang |
