From 6aac0f48f02e936ee319ad8455dbb38645fafe01 Mon Sep 17 00:00:00 2001 From: Violet Purcell Date: Sun, 3 Aug 2025 14:48:12 -0400 Subject: llvm-runtimes/libgcc: 21+ requires third-party/siphash on arm64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same deal as the recent compiler-rt change since libgcc also builds compiler-rt. Signed-off-by: Violet Purcell Part-of: https://github.com/gentoo/gentoo/pull/43305 Closes: https://github.com/gentoo/gentoo/pull/43305 Signed-off-by: Michał Górny --- llvm-runtimes/libgcc/libgcc-21.1.0.9999.ebuild | 2 +- llvm-runtimes/libgcc/libgcc-21.1.0_rc2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm-runtimes/libgcc') diff --git a/llvm-runtimes/libgcc/libgcc-21.1.0.9999.ebuild b/llvm-runtimes/libgcc/libgcc-21.1.0.9999.ebuild index a3b9a91d2a2e..285e3592a666 100644 --- a/llvm-runtimes/libgcc/libgcc-21.1.0.9999.ebuild +++ b/llvm-runtimes/libgcc/libgcc-21.1.0.9999.ebuild @@ -33,7 +33,7 @@ BDEPEND=" ) " -LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc ) +LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc third-party/siphash ) LLVM_TEST_COMPONENTS=( llvm/include/llvm/TargetParser ) llvm.org_set_globals diff --git a/llvm-runtimes/libgcc/libgcc-21.1.0_rc2.ebuild b/llvm-runtimes/libgcc/libgcc-21.1.0_rc2.ebuild index a3b9a91d2a2e..285e3592a666 100644 --- a/llvm-runtimes/libgcc/libgcc-21.1.0_rc2.ebuild +++ b/llvm-runtimes/libgcc/libgcc-21.1.0_rc2.ebuild @@ -33,7 +33,7 @@ BDEPEND=" ) " -LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc ) +LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc third-party/siphash ) LLVM_TEST_COMPONENTS=( llvm/include/llvm/TargetParser ) llvm.org_set_globals -- cgit v1.2.3