From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41F351582EF for ; Wed, 05 Mar 2025 13:24:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 28AB8343016 for ; Wed, 05 Mar 2025 13:24:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E0C0C110370; Wed, 05 Mar 2025 13:24:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DC528110370 for ; Wed, 05 Mar 2025 13:24:06 +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 90152343009 for ; Wed, 05 Mar 2025 13:24:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8C4D287C for ; Wed, 05 Mar 2025 13:24:04 +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: <1741180828.db705a22f64d6246ebdfd501c399557d4ceee3a8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/llvm/, profiles/arch/mips/, profiles/arch/sparc/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/mips/package.use.mask profiles/arch/powerpc/package.use.mask profiles/arch/powerpc/ppc32/package.use.mask profiles/arch/powerpc/ppc32/package.use.stable.mask profiles/arch/sparc/package.use.mask profiles/features/llvm/package.use.force X-VCS-Directories: profiles/features/llvm/ profiles/arch/mips/ profiles/arch/sparc/ profiles/arch/powerpc/ppc32/ profiles/arch/powerpc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: db705a22f64d6246ebdfd501c399557d4ceee3a8 X-VCS-Branch: master Date: Wed, 05 Mar 2025 13:24:04 +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: 0928e0a3-4334-4525-9f62-5895dc46da4c X-Archives-Hash: d727e6f5a02ac416eb5e12b7da78d167 commit: db705a22f64d6246ebdfd501c399557d4ceee3a8 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 5 13:20:28 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 5 13:20:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db705a22 profiles: Copy config-related flags masks to clang-runtime Signed-off-by: Michał Górny gentoo.org> profiles/arch/mips/package.use.mask | 2 +- profiles/arch/powerpc/package.use.mask | 4 ++-- profiles/arch/powerpc/ppc32/package.use.mask | 2 +- profiles/arch/powerpc/ppc32/package.use.stable.mask | 1 + profiles/arch/sparc/package.use.mask | 2 +- profiles/features/llvm/package.use.force | 3 ++- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 6722b02d6ef9..877f13ac5057 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -54,7 +54,7 @@ gnome-base/gvfs google test # Michał Górny (2024-09-08) # libcxx is broken on mips, https://bugs.gentoo.org/939297#c2 llvm-core/clang-common default-libcxx -llvm-core/clang-runtime libcxx +llvm-core/clang-runtime default-libcxx libcxx # Hans de Graaff (2024-09-08) # Requires large parts of dev-ruby/rails to be keyworded diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 5c1746b3c084..72e1352de25c 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Yongxiang Liang (2024-10-10) @@ -286,7 +286,7 @@ app-forensics/sleuthkit java # Michał Górny (2017-03-24) # libcxx fails to compile on ppc*, #595744. llvm-core/clang-common default-libcxx -llvm-core/clang-runtime libcxx +llvm-core/clang-runtime default-libcxx libcxx # James Le Cuirot (2016-12-14) # DOSBox + OpenGLide is untested on this arch. diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index d67f12ae175e..3410b476f68e 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -187,7 +187,7 @@ dev-lang/php avif # Sam James (2021-02-28) # compiler-rt* has no support for ppc32 (yet?) # bug #708344 -llvm-core/clang-runtime compiler-rt sanitize +llvm-core/clang-runtime compiler-rt default-compiler-rt sanitize llvm-core/clang-common default-compiler-rt # Florian Schmaus (2020-12-03) diff --git a/profiles/arch/powerpc/ppc32/package.use.stable.mask b/profiles/arch/powerpc/ppc32/package.use.stable.mask index 0cb37eecca03..526c3e92c261 100644 --- a/profiles/arch/powerpc/ppc32/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc32/package.use.stable.mask @@ -39,6 +39,7 @@ dev-ruby/kramdown unicode # Sam James (2022-11-19) # Deps not stable on ppc llvm-core/clang-common default-lld +llvm-core/clang-runtime default-lld llvm-core/llvm binutils-plugin z3 xar # Sam James (2022-07-27) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index adec69335e67..403317b18af6 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -330,7 +330,7 @@ dev-cpp/eigen test # Sam James (2021-04-27) # Deps not yet tested/keyworded. llvm-core/clang-common default-compiler-rt default-lld -llvm-core/clang-runtime compiler-rt +llvm-core/clang-runtime compiler-rt default-compiler-rt default-lld llvm-core/llvm z3 # Sam James (2021-03-19) diff --git a/profiles/features/llvm/package.use.force b/profiles/features/llvm/package.use.force index a9959f2773fd..69e173188c3f 100644 --- a/profiles/features/llvm/package.use.force +++ b/profiles/features/llvm/package.use.force @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Ionen Wolkens (2023-08-11) @@ -13,3 +13,4 @@ app-emulation/wine-vanilla mingw # profile settings expect it. # TODO: Make a profile without default-libcxx too? llvm-core/clang-common default-compiler-rt default-lld default-libcxx +llvm-core/clang-runtime default-compiler-rt default-lld default-libcxx