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 DEA981581EE for ; Sat, 22 Mar 2025 10:16:47 +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 AE848343240 for ; Sat, 22 Mar 2025 10:16:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C9FD01104AD; Sat, 22 Mar 2025 10:16:42 +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 bobolink.gentoo.org (Postfix) with ESMTPS id C25191104AD for ; Sat, 22 Mar 2025 10:16:42 +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 5166734301D for ; Sat, 22 Mar 2025 10:16:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A5152835 for ; Sat, 22 Mar 2025 10:16:40 +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: <1742638596.0e93992e9adb494c8c8556b338d091e50c5ff37e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-core/llvm/llvm-21.0.0.9999.ebuild X-VCS-Directories: llvm-core/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0e93992e9adb494c8c8556b338d091e50c5ff37e X-VCS-Branch: master Date: Sat, 22 Mar 2025 10:16:40 +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: bcdcf796-0f05-4e8d-b74e-449b9c739a9e X-Archives-Hash: d4fdcee9523cd2c43e3c72a291811a9a commit: 0e93992e9adb494c8c8556b338d091e50c5ff37e Author: Michał Górny gentoo org> AuthorDate: Sat Mar 22 07:28:13 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 22 10:16:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e93992e llvm-core/llvm: LLVM now needs random parts of libc to build Signed-off-by: Michał Górny gentoo.org> llvm-core/llvm/llvm-21.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-core/llvm/llvm-21.0.0.9999.ebuild b/llvm-core/llvm/llvm-21.0.0.9999.ebuild index 90a8dd5f1699..b08fdec3377a 100644 --- a/llvm-core/llvm/llvm-21.0.0.9999.ebuild +++ b/llvm-core/llvm/llvm-21.0.0.9999.ebuild @@ -63,7 +63,7 @@ PDEPEND=" binutils-plugin? ( >=llvm-core/llvmgold-${LLVM_MAJOR} ) " -LLVM_COMPONENTS=( llvm cmake third-party ) +LLVM_COMPONENTS=( llvm cmake libc third-party ) LLVM_MANPAGES=1 LLVM_USE_TARGETS=provide llvm.org_set_globals