mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-libs/nodejs: fix c-ares dependency
nodejs requires ares_nameser.h, which is only installed starting in c-ares-1.18. The header was present in 1.17, but not installed on the system. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
@@ -34,7 +34,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=app-arch/brotli-1.0.9:=
|
||||
>=dev-libs/libuv-1.40.0:=
|
||||
>=net-dns/c-ares-1.17.2:=
|
||||
>=net-dns/c-ares-1.18.1:=
|
||||
>=net-libs/nghttp2-1.41.0:=
|
||||
sys-libs/zlib
|
||||
system-icu? ( >=dev-libs/icu-67:= )
|
||||
|
||||
@@ -34,7 +34,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=app-arch/brotli-1.0.9:=
|
||||
>=dev-libs/libuv-1.44.0:=
|
||||
>=net-dns/c-ares-1.17.2:=
|
||||
>=net-dns/c-ares-1.18.1:=
|
||||
>=net-libs/nghttp2-1.41.0:=
|
||||
sys-libs/zlib
|
||||
system-icu? ( >=dev-libs/icu-67:= )
|
||||
|
||||
@@ -34,7 +34,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=app-arch/brotli-1.0.9:=
|
||||
>=dev-libs/libuv-1.44.0:=
|
||||
>=net-dns/c-ares-1.17.2:=
|
||||
>=net-dns/c-ares-1.18.1:=
|
||||
>=net-libs/nghttp2-1.41.0:=
|
||||
sys-libs/zlib
|
||||
system-icu? ( >=dev-libs/icu-67:= )
|
||||
|
||||
@@ -34,7 +34,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=app-arch/brotli-1.0.9:=
|
||||
>=dev-libs/libuv-1.44.0:=
|
||||
>=net-dns/c-ares-1.17.2:=
|
||||
>=net-dns/c-ares-1.18.1:=
|
||||
>=net-libs/nghttp2-1.41.0:=
|
||||
sys-libs/zlib
|
||||
system-icu? ( >=dev-libs/icu-67:= )
|
||||
|
||||
Reference in New Issue
Block a user