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]: 843b64faf5

Closes: https://bugs.gentoo.org/957996
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Part-of: https://github.com/gentoo/gentoo/pull/42580
Closes: https://github.com/gentoo/gentoo/pull/42580
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Brahmajit Das
2025-06-13 23:49:05 +05:30
committed by Sam James
parent 4021747e65
commit 154cea28c8

View File

@@ -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:=