summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteev Klimaszewski <steev@gentoo.org>2016-03-03 21:24:10 -0600
committerSteev Klimaszewski <steev@gentoo.org>2016-03-03 21:28:06 -0600
commitb3267726fd9756c9ac18d5c09c55dcb0a0d0df45 (patch)
tree17dc79b8bf231ec1dfb2b916f8a91cf449540d5f /net-libs
parentdev-libs/libuv: Keyword 1.8.0 for ~arm64 (diff)
downloadgentoo-b3267726fd9756c9ac18d5c09c55dcb0a0d0df45.tar.gz
gentoo-b3267726fd9756c9ac18d5c09c55dcb0a0d0df45.tar.bz2
gentoo-b3267726fd9756c9ac18d5c09c55dcb0a0d0df45.zip
net-libs/http-parser: Keyword 2.6.1 for ~arm64
Tested on Cortex-A53 Package-Manager: portage-2.2.27
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/http-parser/http-parser-2.6.1.ebuild4
1 files 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 bb8cbd2fa684..ae7e9ebe60d2 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