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 8B2F315827B for ; Tue, 26 Aug 2025 19:38:59 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7985234106A for ; Tue, 26 Aug 2025 19:38:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 06DFB11056B; Tue, 26 Aug 2025 19:38:39 +0000 (UTC) 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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F2D3611056B for ; Tue, 26 Aug 2025 19:38:38 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2862340FEC for ; Tue, 26 Aug 2025 19:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 451B334F2 for ; Tue, 26 Aug 2025 19:38:35 +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: <1756237098.b96d4381f865d41a9ee992fd77daff7877408c7f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-runtimes/compiler-rt/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-runtimes/compiler-rt/compiler-rt-21.1.0.ebuild X-VCS-Directories: llvm-runtimes/compiler-rt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b96d4381f865d41a9ee992fd77daff7877408c7f X-VCS-Branch: master Date: Tue, 26 Aug 2025 19:38:35 +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: 3cda04a7-9871-42c1-882e-c3d9275fe519 X-Archives-Hash: 22f7637899c8d06f45919ff2115c4280 commit: b96d4381f865d41a9ee992fd77daff7877408c7f Author: Michał Górny gentoo org> AuthorDate: Tue Aug 26 19:24:32 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 26 19:38:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96d4381 llvm-runtimes/compiler-rt: Keyword 21.1.0 Signed-off-by: Michał Górny gentoo.org> llvm-runtimes/compiler-rt/compiler-rt-21.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-runtimes/compiler-rt/compiler-rt-21.1.0.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-21.1.0.ebuild index 2a785527c374..6c839ff6db30 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-21.1.0.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-21.1.0.ebuild @@ -12,7 +12,8 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="${LLVM_MAJOR}" -IUSE="+abi_x86_32 abi_x86_64 +atomic-builtins +clang +debug test" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" +IUSE="+abi_x86_32 abi_x86_64 +atomic-builtins +clang debug test" REQUIRED_USE="atomic-builtins? ( clang )" RESTRICT="!test? ( test ) !clang? ( test )"