From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 38B9458974 for ; Sat, 23 Jan 2016 11:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F71121C003; Sat, 23 Jan 2016 11:14:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2564F21C003 for ; Sat, 23 Jan 2016 11:14:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 176ED340AB6 for ; Sat, 23 Jan 2016 11:14:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75BCDFFB for ; Sat, 23 Jan 2016 11:14:25 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1453547404.82313ccbc2c5f409b54df65bfff3348db458e2d9.grobian@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.6.0.ebuild X-VCS-Directories: net-libs/http-parser/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 82313ccbc2c5f409b54df65bfff3348db458e2d9 X-VCS-Branch: master Date: Sat, 23 Jan 2016 11:14:25 +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-Archives-Salt: 35ac7abd-1670-4dfe-a83a-81358b2f3ce2 X-Archives-Hash: eec632f890ead8fdcf3c04d44bbc001a commit: 82313ccbc2c5f409b54df65bfff3348db458e2d9 Author: Fabian Groffen gentoo org> AuthorDate: Sat Jan 23 11:10:04 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Jan 23 11:10:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82313ccb net-libs/http-parser: marked ~x64-macos, bug #509586 Package-Manager: portage-2.2.20-prefix net-libs/http-parser/http-parser-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/http-parser/http-parser-2.6.0.ebuild b/net-libs/http-parser/http-parser-2.6.0.ebuild index 7a5bcfe..c1239ee 100644 --- a/net-libs/http-parser/http-parser-2.6.0.ebuild +++ b/net-libs/http-parser/http-parser-2.6.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/joyent/http-parser/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x64-macos ~x64-solaris" IUSE="static-libs" # https://github.com/nodejs/http-parser/pull/272