diff options
author | William Hubbs <williamh@gentoo.org> | 2023-05-23 18:05:15 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-05-23 18:05:15 -0500 |
commit | 05bccdc477da857cd2f6cdb8be815498f4f8405d (patch) | |
tree | 95f3ad8aa7c6088558d7c549703380b08ce21a3b /net-libs/nodejs | |
parent | app-admin/sysstat: update patch, fix build in 12.6.2-r1 (diff) | |
download | gentoo-05bccdc477da857cd2f6cdb8be815498f4f8405d.tar.gz gentoo-05bccdc477da857cd2f6cdb8be815498f4f8405d.tar.bz2 gentoo-05bccdc477da857cd2f6cdb8be815498f4f8405d.zip |
net-libs/nodejs: sync live
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'net-libs/nodejs')
-rw-r--r-- | net-libs/nodejs/nodejs-99999999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index 737ed081751a..9338f3b60283 100644 --- a/net-libs/nodejs/nodejs-99999999.ebuild +++ b/net-libs/nodejs/nodejs-99999999.ebuild @@ -28,7 +28,8 @@ IUSE="cpu_flags_x86_sse2 debug doc +icu inspector lto +npm pax-kernel +snapshot REQUIRED_USE="inspector? ( icu ssl ) npm? ( ssl ) system-icu? ( icu ) - system-ssl? ( ssl )" + system-ssl? ( ssl ) + x86? ( cpu_flags_x86_sse2 )" RESTRICT="!test? ( test )" @@ -41,6 +42,7 @@ RDEPEND=">=app-arch/brotli-1.0.9:= system-ssl? ( >=dev-libs/openssl-1.1.1:0= ) sys-devel/gcc:*" BDEPEND="${PYTHON_DEPS} + dev-util/ninja sys-apps/coreutils virtual/pkgconfig test? ( net-misc/curl ) @@ -58,9 +60,6 @@ CHECKREQS_MEMORY="8G" CHECKREQS_DISK_BUILD="22G" pkg_pretend() { - (use x86 && ! use cpu_flags_x86_sse2) && \ - die "Your CPU doesn't support the required SSE2 instruction." - if [[ ${MERGE_TYPE} != "binary" ]]; then if is-flagq "-g*" && ! is-flagq "-g*0" ; then einfo "Checking for sufficient disk space and memory to build ${PN} with debugging CFLAGS" @@ -121,6 +120,7 @@ src_configure() { tc-is-clang && append-ldflags "--rtlib=libgcc --unwindlib=libgcc" local myconf=( + --ninja --shared-brotli --shared-cares --shared-libuv @@ -168,7 +168,7 @@ src_configure() { } src_compile() { - emake -C out + emake } src_install() { |