commit: a5897d42236cd542c6b64de1921a7d02d70d6e64 Author: Michal Rostecki <vadorovsky <AT> protonmail <DOT> com> AuthorDate: Wed Aug 27 04:04:07 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 2 13:59:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5897d42
profiles/arch/mips: Mask libcxx in all llvm-core packages libcxx is not tested on mips. Signed-off-by: Michal Rostecki <vadorovsky <AT> protonmail.com> Closes: https://bugs.gentoo.org/951445 Part-of: https://github.com/gentoo/gentoo/pull/42663 Closes: https://github.com/gentoo/gentoo/pull/42663 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/42663 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/mips/package.use.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 340d8c53da06..b12b824df2d4 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -134,6 +134,7 @@ gnome-base/gvfs google test # libcxx is broken on mips, https://bugs.gentoo.org/939297#c2 llvm-core/clang-common default-libcxx llvm-core/clang-runtime default-libcxx libcxx +llvm-runtimes/clang-stdlib-config default-libcxx # Hans de Graaff <[email protected]> (2024-09-08) # Requires large parts of dev-ruby/rails to be keyworded
