commit: 5b2faea4bb5bb263808bab0029fcc58e35cffaa4 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Aug 17 08:00:45 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 05:27:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2faea4
profiles/features/llvm/package.mask: preliminary -bin masks Closes: https://bugs.gentoo.org/912154 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/32318 profiles/features/llvm/package.mask | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profiles/features/llvm/package.mask b/profiles/features/llvm/package.mask new file mode 100644 index 000000000000..51d3b5dce46c --- /dev/null +++ b/profiles/features/llvm/package.mask @@ -0,0 +1,11 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Joonas Niilola <[email protected]> (2023-08-17) +# sys-devel/clang-common[default-libcxx] && +# sys-devel/clang-runtime[libcxx] aren't compatible with most +# pre-compiled binary packages provided by upstreams, like rust-bin, +# firefox-bin, etc. Append this list as needed. Bug #912154 +dev-lang/rust-bin +mail-client/thunderbird-bin +www-client/firefox-bin
