From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 123E6158013 for ; Sun, 8 Sep 2024 15:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 146AAE29EB; Sun, 8 Sep 2024 15:59:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01345E29EB for ; Sun, 8 Sep 2024 15:59:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45E9E34308C for ; Sun, 8 Sep 2024 15:59:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4199E1CC5 for ; Sun, 8 Sep 2024 15:59:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1725811143.8b43bd943c9dd10157ae8902503c251de7d0f4fe.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/mips/package.use.mask X-VCS-Directories: profiles/arch/mips/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8b43bd943c9dd10157ae8902503c251de7d0f4fe X-VCS-Branch: master Date: Sun, 8 Sep 2024 15:59:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 248c16d7-0e89-44a5-b9cb-fd211b678283 X-Archives-Hash: 187fe62adda5845186e96f0aef92f87f commit: 8b43bd943c9dd10157ae8902503c251de7d0f4fe Author: Michał Górny gentoo org> AuthorDate: Sun Sep 8 15:58:33 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 8 15:59:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b43bd94 profiles/arch/mips: Mask libcxx-related flags on LLVM Signed-off-by: Michał Górny gentoo.org> profiles/arch/mips/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 364eaade9d14..28ba9048e89a 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2024-09-08) +# libcxx is broken on mips, https://bugs.gentoo.org/939297#c2 +sys-devel/clang-common default-libcxx +sys-devel/clang-runtime libcxx + # Hans de Graaff (2024-09-08) # Requires large parts of dev-ruby/rails to be keyworded dev-ruby/minitest-hooks test