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 4722B158128 for ; Sun, 15 Jun 2025 22:31:06 +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 179E93424A0 for ; Sun, 15 Jun 2025 22:31:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6B3931104E7; Sun, 15 Jun 2025 22:30:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5FF441104E7 for ; Sun, 15 Jun 2025 22:30:55 +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 1D39E34262C for ; Sun, 15 Jun 2025 22:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4141C29D6 for ; Sun, 15 Jun 2025 22:30:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1750026550.154cea28c8ff9518328dbd42a7398481f75ad6e6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nodejs/nodejs-24.2.0.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 154cea28c8ff9518328dbd42a7398481f75ad6e6 X-VCS-Branch: master Date: Sun, 15 Jun 2025 22:30:52 +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: 5f199a8b-cfda-4db2-a0a0-d54cd8f7e5fb X-Archives-Hash: cf95a63d7002ace65840a257ef93ce55 commit: 154cea28c8ff9518328dbd42a7398481f75ad6e6 Author: Brahmajit Das listout xyz> AuthorDate: Fri Jun 13 18:19:05 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 15 22:29:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154cea28 net-libs/nodejs: Fix libuv dep to 1.51.0 for 24.2.0 With upstream commit 843b64f[0] nodejs >=24.2.0 now depends on libuv 1.51.0 or later. [0]: https://github.com/libuv/libuv/commit/843b64faf5fbbd19c04475bafa38c0c91514efb8 Closes: https://bugs.gentoo.org/957996 Signed-off-by: Brahmajit Das listout.xyz> Part-of: https://github.com/gentoo/gentoo/pull/42580 Closes: https://github.com/gentoo/gentoo/pull/42580 Signed-off-by: Sam James gentoo.org> net-libs/nodejs/nodejs-24.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nodejs/nodejs-24.2.0.ebuild b/net-libs/nodejs/nodejs-24.2.0.ebuild index 49f510f55e1f..ce28ffb7dbf0 100644 --- a/net-libs/nodejs/nodejs-24.2.0.ebuild +++ b/net-libs/nodejs/nodejs-24.2.0.ebuild @@ -35,7 +35,7 @@ RESTRICT="!test? ( test )" RDEPEND=">=app-arch/brotli-1.1.0:= dev-db/sqlite:3 - >=dev-libs/libuv-1.49.2:= + >=dev-libs/libuv-1.51.0:= >=dev-libs/simdjson-3.10.1:= >=net-dns/c-ares-1.34.4:= >=net-libs/nghttp2-1.64.0:=