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 1C833138334 for ; Fri, 11 Oct 2019 04:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94888E080E; Fri, 11 Oct 2019 04:23:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 711DEE080E for ; Fri, 11 Oct 2019 04:23:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3C3FF34BB37 for ; Fri, 11 Oct 2019 04:23:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B139A7FE for ; Fri, 11 Oct 2019 04:23:19 +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: <1570767794.79d9ac0658c31ba55d82e282dc687c35c8c5456e.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-12.10.0.ebuild net-libs/nodejs/nodejs-12.11.1.ebuild net-libs/nodejs/nodejs-99999999.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 79d9ac0658c31ba55d82e282dc687c35c8c5456e X-VCS-Branch: master Date: Fri, 11 Oct 2019 04:23:19 +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: 1bfb4a3e-7818-4db6-aa12-feba4ace1ab6 X-Archives-Hash: 61937907fa08cf86171f815eb32f6a90 commit: 79d9ac0658c31ba55d82e282dc687c35c8c5456e Author: Jeroen Roovers gentoo org> AuthorDate: Fri Oct 11 04:22:43 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Oct 11 04:23:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d9ac06 net-libs/nodejs: Depend on >=net-libs/http-parser-2.9.0:= Package-Manager: Portage-2.3.76, Repoman-2.3.17 Fixes: https://bugs.gentoo.org/693060 Signed-off-by: Jeroen Roovers gentoo.org> net-libs/nodejs/nodejs-12.10.0.ebuild | 2 +- net-libs/nodejs/nodejs-12.11.1.ebuild | 2 +- net-libs/nodejs/nodejs-99999999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/nodejs/nodejs-12.10.0.ebuild b/net-libs/nodejs/nodejs-12.10.0.ebuild index c6d70169aef..7cc1a7dd9a6 100644 --- a/net-libs/nodejs/nodejs-12.10.0.ebuild +++ b/net-libs/nodejs/nodejs-12.10.0.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.31.0:= >=net-dns/c-ares-1.15.0 - >=net-libs/http-parser-2.8.0:= + >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.39.2 sys-libs/zlib icu? ( >=dev-libs/icu-64.2:= ) diff --git a/net-libs/nodejs/nodejs-12.11.1.ebuild b/net-libs/nodejs/nodejs-12.11.1.ebuild index d0a9ec42313..47b66d3609c 100644 --- a/net-libs/nodejs/nodejs-12.11.1.ebuild +++ b/net-libs/nodejs/nodejs-12.11.1.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.31.0:= >=net-dns/c-ares-1.15.0 - >=net-libs/http-parser-2.8.0:= + >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.39.2 sys-libs/zlib icu? ( >=dev-libs/icu-64.2:= ) diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index 31f7ece0590..8f2196a20c6 100644 --- a/net-libs/nodejs/nodejs-99999999.ebuild +++ b/net-libs/nodejs/nodejs-99999999.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.30.1:= >=net-dns/c-ares-1.15.0 - >=net-libs/http-parser-2.8.0:= + >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.39.1 sys-libs/zlib icu? ( >=dev-libs/icu-64.2:= )