From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1064192-garchives=archives.gentoo.org@lists.gentoo.org>
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 71585138334
	for <garchives@archives.gentoo.org>; Sat, 29 Dec 2018 10:55:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3EA3EE053C;
	Sat, 29 Dec 2018 10:55:40 +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 180A3E053C
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Dec 2018 10:55:40 +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 A28A1335C78
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Dec 2018 10:55:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 28E9A4CE
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Dec 2018 10:55:36 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
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" <jer@gentoo.org>
Message-ID: <1546080930.2067108ab035ddd8ff43959a79e15fc220820948.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/http-parser/http-parser-2.9.0-r1.ebuild net-libs/http-parser/http-parser-2.9.0.ebuild
X-VCS-Directories: net-libs/http-parser/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 2067108ab035ddd8ff43959a79e15fc220820948
X-VCS-Branch: master
Date: Sat, 29 Dec 2018 10:55:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 447953b3-577b-427f-abd2-731239e83537
X-Archives-Hash: 07397b784a604fdc95ebbe0a744970d9

commit:     2067108ab035ddd8ff43959a79e15fc220820948
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 10:55:11 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 10:55:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2067108a

net-libs/http-parser: Update sub-SLOT

Fixes: https://bugs.gentoo.org/673936
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 .../{http-parser-2.9.0.ebuild => http-parser-2.9.0-r1.ebuild}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/http-parser/http-parser-2.9.0.ebuild b/net-libs/http-parser/http-parser-2.9.0-r1.ebuild
similarity index 98%
rename from net-libs/http-parser/http-parser-2.9.0.ebuild
rename to net-libs/http-parser/http-parser-2.9.0-r1.ebuild
index 5220fa0c36c..0d1ea38cc55 100644
--- a/net-libs/http-parser/http-parser-2.9.0.ebuild
+++ b/net-libs/http-parser/http-parser-2.9.0-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/nodejs/http-parser"
 SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-SLOT="0/2.8.0"
+SLOT="0/2.9.0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris"
 IUSE="static-libs"