From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF442138334 for ; Thu, 27 Dec 2018 21:27:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E50A1E09D6; Thu, 27 Dec 2018 21:27:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A67B3E09D6 for ; Thu, 27 Dec 2018 21:27:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAC5D335C78 for ; Thu, 27 Dec 2018 21:27:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 289F44F2 for ; Thu, 27 Dec 2018 21:26:52 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1545946007.158698939a7986d533caa8ebdaadf3ca976398ea.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nodejs/nodejs-10.15.0.ebuild net-libs/nodejs/nodejs-11.6.0.ebuild net-libs/nodejs/nodejs-6.16.0.ebuild net-libs/nodejs/nodejs-8.15.0.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 158698939a7986d533caa8ebdaadf3ca976398ea X-VCS-Branch: master Date: Thu, 27 Dec 2018 21:26: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: a2e5aa18-73df-472d-8683-e8c6fe770c51 X-Archives-Hash: 694677caed66d36f6bf4e8c00f240784 commit: 158698939a7986d533caa8ebdaadf3ca976398ea Author: Jeroen Roovers gentoo org> AuthorDate: Thu Dec 27 21:24:56 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Dec 27 21:26:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15869893 net-libs/nodejs: Depend on >net-libs/http-parser-2.8.1:= Bug: https://bugs.gentoo.org/673830 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> net-libs/nodejs/nodejs-10.15.0.ebuild | 4 ++-- net-libs/nodejs/nodejs-11.6.0.ebuild | 4 ++-- net-libs/nodejs/nodejs-6.16.0.ebuild | 4 ++-- net-libs/nodejs/nodejs-8.15.0.ebuild | 12 ++++++------ 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-libs/nodejs/nodejs-10.15.0.ebuild b/net-libs/nodejs/nodejs-10.15.0.ebuild index ccc31bc334c..f23fa66ae73 100644 --- a/net-libs/nodejs/nodejs-10.15.0.ebuild +++ b/net-libs/nodejs/nodejs-10.15.0.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.23.2:= >=net-dns/c-ares-1.15.0 - >=net-libs/http-parser-2.8.0:= + >net-libs/http-parser-2.8.1:= >=net-libs/nghttp2-1.34.0 sys-libs/zlib icu? ( >=dev-libs/icu-62.1:= ) @@ -37,10 +37,10 @@ DEPEND=" systemtap? ( dev-util/systemtap ) test? ( net-misc/curl ) " -S="${WORKDIR}/node-v${PV}" PATCHES=( "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch ) +S="${WORKDIR}/node-v${PV}" pkg_pretend() { (use x86 && ! use cpu_flags_x86_sse2) && \ diff --git a/net-libs/nodejs/nodejs-11.6.0.ebuild b/net-libs/nodejs/nodejs-11.6.0.ebuild index 650a0745a88..57c3867f723 100644 --- a/net-libs/nodejs/nodejs-11.6.0.ebuild +++ b/net-libs/nodejs/nodejs-11.6.0.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.24.1:= >=net-dns/c-ares-1.15.0 - >=net-libs/http-parser-2.8.0:= + >net-libs/http-parser-2.8.1:= >=net-libs/nghttp2-1.34.0 sys-libs/zlib icu? ( >=dev-libs/icu-63.1:= ) @@ -37,12 +37,12 @@ DEPEND=" systemtap? ( dev-util/systemtap ) test? ( net-misc/curl ) " -S="${WORKDIR}/node-v${PV}" PATCHES=( "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch "${FILESDIR}"/${PN}-11.4.0-stdarg_h.patch "${FILESDIR}"/${PN}-99999999-llhttp.patch ) +S="${WORKDIR}/node-v${PV}" pkg_pretend() { (use x86 && ! use cpu_flags_x86_sse2) && \ diff --git a/net-libs/nodejs/nodejs-6.16.0.ebuild b/net-libs/nodejs/nodejs-6.16.0.ebuild index 82289475261..8e45d0fe798 100644 --- a/net-libs/nodejs/nodejs-6.16.0.ebuild +++ b/net-libs/nodejs/nodejs-6.16.0.ebuild @@ -23,7 +23,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.16.1:= - >=net-libs/http-parser-2.7.0:= + >net-libs/http-parser-2.8.1:= sys-libs/zlib icu? ( >=dev-libs/icu-58.2:= ) ssl? ( >=dev-libs/openssl-1.0.2n:0=[-bindist] ) @@ -33,10 +33,10 @@ DEPEND=" ${PYTHON_DEPS} test? ( net-misc/curl ) " -S="${WORKDIR}/node-v${PV}" PATCHES=( "${FILESDIR}"/gentoo-global-npm-config.patch ) +S="${WORKDIR}/node-v${PV}" pkg_pretend() { (use x86 && ! use cpu_flags_x86_sse2) && \ diff --git a/net-libs/nodejs/nodejs-8.15.0.ebuild b/net-libs/nodejs/nodejs-8.15.0.ebuild index 69c390294cd..3820a4f179f 100644 --- a/net-libs/nodejs/nodejs-8.15.0.ebuild +++ b/net-libs/nodejs/nodejs-8.15.0.ebuild @@ -26,22 +26,22 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.23.2:= >=net-dns/c-ares-1.10.1 - >=net-libs/http-parser-2.8.0:= + >net-libs/http-parser-2.8.1:= >=net-libs/nghttp2-1.33.0 sys-libs/zlib icu? ( >=dev-libs/icu-60.1:= ) ssl? ( =dev-libs/openssl-1.0.2*:0=[-bindist] ) " -DEPEND="${RDEPEND} +DEPEND=" + ${RDEPEND} ${PYTHON_DEPS} systemtap? ( dev-util/systemtap ) - test? ( net-misc/curl )" - -S="${WORKDIR}/node-v${PV}" - + test? ( net-misc/curl ) +" PATCHES=( "${FILESDIR}"/nodejs-10.3.0-global-npm-config.patch ) +S="${WORKDIR}/node-v${PV}" pkg_pretend() { (use x86 && ! use cpu_flags_x86_sse2) && \