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 E8D45158086 for ; Thu, 4 Nov 2021 22:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B06EE085B; Thu, 4 Nov 2021 22:25:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 pigeon.gentoo.org (Postfix) with ESMTPS id 32420E085B for ; Thu, 4 Nov 2021 22:25:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 3E80D343079 for ; Thu, 4 Nov 2021 22:25:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C879B83 for ; Thu, 4 Nov 2021 22:25:19 +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: <1636064696.6317a4b30a8d3ae66c9e296d883b360e3285d6bc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6317a4b30a8d3ae66c9e296d883b360e3285d6bc X-VCS-Branch: master Date: Thu, 4 Nov 2021 22:25:19 +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: ff447092-7602-43bb-930b-5b4c1bd10a9a X-Archives-Hash: 9b52a580792787717b7c15844b1c1776 commit: 6317a4b30a8d3ae66c9e296d883b360e3285d6bc Author: Michał Górny gentoo org> AuthorDate: Thu Nov 4 22:24:56 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 4 22:24:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6317a4b3 profiles/base: Extend llvm use-force to upcoming 13.0.1 RCs Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.force | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 947b30464c6..13cb72f914d 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -8,20 +8,20 @@ # potential, the increase of build time is a minor problem. Users who # really insist of building a smaller system can un-force the flags # at their own responsibility. ->=sys-devel/clang-13.0.1 llvm_targets_AArch64 llvm_targets_AMDGPU ->=sys-devel/clang-13.0.1 llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF ->=sys-devel/clang-13.0.1 llvm_targets_Hexagon llvm_targets_Lanai ->=sys-devel/clang-13.0.1 llvm_targets_MSP430 llvm_targets_Mips ->=sys-devel/clang-13.0.1 llvm_targets_NVPTX llvm_targets_PowerPC ->=sys-devel/clang-13.0.1 llvm_targets_RISCV llvm_targets_Sparc ->=sys-devel/clang-13.0.1 llvm_targets_SystemZ llvm_targets_WebAssembly ->=sys-devel/llvm-13.0.1 llvm_targets_AArch64 llvm_targets_AMDGPU ->=sys-devel/llvm-13.0.1 llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF ->=sys-devel/llvm-13.0.1 llvm_targets_Hexagon llvm_targets_Lanai ->=sys-devel/llvm-13.0.1 llvm_targets_MSP430 llvm_targets_Mips ->=sys-devel/llvm-13.0.1 llvm_targets_NVPTX llvm_targets_PowerPC ->=sys-devel/llvm-13.0.1 llvm_targets_RISCV llvm_targets_Sparc ->=sys-devel/llvm-13.0.1 llvm_targets_SystemZ llvm_targets_WebAssembly +>=sys-devel/clang-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU +>=sys-devel/clang-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF +>=sys-devel/clang-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai +>=sys-devel/clang-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips +>=sys-devel/clang-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC +>=sys-devel/clang-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc +>=sys-devel/clang-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly +>=sys-devel/llvm-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU +>=sys-devel/llvm-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF +>=sys-devel/llvm-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai +>=sys-devel/llvm-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips +>=sys-devel/llvm-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC +>=sys-devel/llvm-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc +>=sys-devel/llvm-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly # Sam James (2021-03-08) # Broken without USE=unicode