From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-864828-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id E95D81388C0
	for <garchives@archives.gentoo.org>; Mon, 22 Feb 2016 00:55:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AC47DE07ED;
	Mon, 22 Feb 2016 00:55:43 +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 56FD7E07ED
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2016 00:55:43 +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 0D631340B51
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2016 00:55:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 97D9B14CE
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2016 00:55:38 +0000 (UTC)
From: "Stephen Klimaszewski" <steev@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, "Stephen Klimaszewski" <steev@gentoo.org>
Message-ID: <1456102520.30e6f743c08b66ae65e99a30652894b3585819e3.steev@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/npth/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/npth/npth-1.2.ebuild
X-VCS-Directories: dev-libs/npth/
X-VCS-Committer: steev
X-VCS-Committer-Name: Stephen Klimaszewski
X-VCS-Revision: 30e6f743c08b66ae65e99a30652894b3585819e3
X-VCS-Branch: master
Date: Mon, 22 Feb 2016 00:55:38 +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-Archives-Salt: 78593630-0f6d-4b7d-96c3-5ad684f80f8b
X-Archives-Hash: d4a70bd5519d6da5d7bf83c42d04acf8

commit:     30e6f743c08b66ae65e99a30652894b3585819e3
Author:     Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 00:55:20 2016 +0000
Commit:     Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 00:55:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e6f743

dev-libs/npth: add ~arm64 keyword

Tested on Cortex A53

Package-Manager: portage-2.2.27

 dev-libs/npth/npth-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/npth/npth-1.2.ebuild b/dev-libs/npth/npth-1.2.ebuild
index d9dc362..a9f559a 100644
--- a/dev-libs/npth/npth-1.2.ebuild
+++ b/dev-libs/npth/npth-1.2.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$
 
@@ -11,5 +11,5 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static-libs"