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 488651388C1 for ; Fri, 4 Mar 2016 03:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD22F21C00E; Fri, 4 Mar 2016 03:28:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F14D21C00E for ; Fri, 4 Mar 2016 03:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A09C340C6C for ; Fri, 4 Mar 2016 03:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2145318A5 for ; Fri, 4 Mar 2016 03:28:30 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1457062086.b3267726fd9756c9ac18d5c09c55dcb0a0d0df45.steev@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.1.ebuild X-VCS-Directories: net-libs/http-parser/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: b3267726fd9756c9ac18d5c09c55dcb0a0d0df45 X-VCS-Branch: master Date: Fri, 4 Mar 2016 03:28:30 +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: 52102b48-4b08-4ffe-b53d-17d65c3754d7 X-Archives-Hash: 396e950eeaee11da18954952ffd4ba61 commit: b3267726fd9756c9ac18d5c09c55dcb0a0d0df45 Author: Steev Klimaszewski gentoo org> AuthorDate: Fri Mar 4 03:24:10 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Fri Mar 4 03:28:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3267726 net-libs/http-parser: Keyword 2.6.1 for ~arm64 Tested on Cortex-A53 Package-Manager: portage-2.2.27 net-libs/http-parser/http-parser-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/http-parser/http-parser-2.6.1.ebuild b/net-libs/http-parser/http-parser-2.6.1.ebuild index bb8cbd2..ae7e9eb 100644 --- a/net-libs/http-parser/http-parser-2.6.1.ebuild +++ b/net-libs/http-parser/http-parser-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x64-macos ~x64-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x64-macos ~x64-solaris" IUSE="static-libs" # https://github.com/nodejs/http-parser/pull/272