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 EC1FF138334 for ; Wed, 9 Jan 2019 16:22:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEF2BE0DA5; Wed, 9 Jan 2019 16:22:19 +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 AF6A5E0DA5 for ; Wed, 9 Jan 2019 16:22:18 +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 30578335CF8 for ; Wed, 9 Jan 2019 16:22:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2BB950D for ; Wed, 9 Jan 2019 16:22:14 +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: <1547050929.cea9386d8eaf29c93be87f1720f311bf1e6c9623.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 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: cea9386d8eaf29c93be87f1720f311bf1e6c9623 X-VCS-Branch: master Date: Wed, 9 Jan 2019 16:22:14 +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: bd351bdf-af45-4219-bfc0-fdb2fd528c33 X-Archives-Hash: bd719c99d35c9696a0cea5a6789cb1b0 commit: cea9386d8eaf29c93be87f1720f311bf1e6c9623 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Jan 9 16:21:01 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Jan 9 16:22:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea9386d net-libs/nodejs: Adjust net-libs/http-parser dependency The previous dependency change did not account for revisions of 2.8.1, which should be unlikely but not impossible. While there, fix the live ebuild, too. Package-Manager: Portage-2.3.53, Repoman-2.3.12 Bug: https://bugs.gentoo.org/show_bug.cgi?id=673830 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 | 4 ++-- net-libs/nodejs/nodejs-99999999.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/net-libs/nodejs/nodejs-10.15.0.ebuild b/net-libs/nodejs/nodejs-10.15.0.ebuild index f23fa66ae73..959fdfa0bf2 100644 --- a/net-libs/nodejs/nodejs-10.15.0.ebuild +++ b/net-libs/nodejs/nodejs-10.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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.1:= + >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.34.0 sys-libs/zlib icu? ( >=dev-libs/icu-62.1:= ) diff --git a/net-libs/nodejs/nodejs-11.6.0.ebuild b/net-libs/nodejs/nodejs-11.6.0.ebuild index 57c3867f723..3cd87b6e318 100644 --- a/net-libs/nodejs/nodejs-11.6.0.ebuild +++ b/net-libs/nodejs/nodejs-11.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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.1:= + >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.34.0 sys-libs/zlib icu? ( >=dev-libs/icu-63.1:= ) diff --git a/net-libs/nodejs/nodejs-6.16.0.ebuild b/net-libs/nodejs/nodejs-6.16.0.ebuild index 8e45d0fe798..8db127221fd 100644 --- a/net-libs/nodejs/nodejs-6.16.0.ebuild +++ b/net-libs/nodejs/nodejs-6.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.16.1:= - >net-libs/http-parser-2.8.1:= + >=net-libs/http-parser-2.9.0:= sys-libs/zlib icu? ( >=dev-libs/icu-58.2:= ) ssl? ( >=dev-libs/openssl-1.0.2n:0=[-bindist] ) diff --git a/net-libs/nodejs/nodejs-8.15.0.ebuild b/net-libs/nodejs/nodejs-8.15.0.ebuild index 3820a4f179f..059aa2d524e 100644 --- a/net-libs/nodejs/nodejs-8.15.0.ebuild +++ b/net-libs/nodejs/nodejs-8.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,7 +26,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.23.2:= >=net-dns/c-ares-1.10.1 - >net-libs/http-parser-2.8.1:= + >=net-libs/http-parser-2.9.0:= >=net-libs/nghttp2-1.33.0 sys-libs/zlib icu? ( >=dev-libs/icu-60.1:= ) diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index e5f27818359..23540898bdb 100644 --- a/net-libs/nodejs/nodejs-99999999.ebuild +++ b/net-libs/nodejs/nodejs-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libuv-1.19.2:= >=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.29.0 sys-libs/zlib icu? ( >=dev-libs/icu-61.1:= )