From 10298ffbe60e5cfcaf8927b8ab91416bee4a5231 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 11 Dec 2024 12:18:56 +0100 Subject: Move {sys-libs → llvm-runtimes}/compiler-rt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-libs/nodejs/nodejs-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-libs/nodejs/nodejs-99999999.ebuild') diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index f0eda09aff2b..e1343e263acb 100644 --- a/net-libs/nodejs/nodejs-99999999.ebuild +++ b/net-libs/nodejs/nodejs-99999999.ebuild @@ -127,7 +127,7 @@ src_configure() { use arm64 && append-flags $(test-flags-CXX -mbranch-protection=none) # nodejs unconditionally links to libatomic #869992 # specifically it requires __atomic_is_lock_free which - # is not yet implemented by sys-libs/compiler-rt (see + # is not yet implemented by llvm-runtimes/compiler-rt (see # https://reviews.llvm.org/D85044?id=287068), therefore # we depend on gcc and force using libgcc as the support lib tc-is-clang && append-ldflags "--rtlib=libgcc --unwindlib=libgcc" -- cgit v1.2.3-65-gdbad