dev-libs/npth: add ~arm64 keyword
authorSteev Klimaszewski <steev@gentoo.org>
Mon, 22 Feb 2016 00:55:20 +0000 (18:55 -0600)
committerSteev Klimaszewski <steev@gentoo.org>
Mon, 22 Feb 2016 00:55:20 +0000 (18:55 -0600)
Tested on Cortex A53

Package-Manager: portage-2.2.27

dev-libs/npth/npth-1.2.ebuild

index d9dc362728cefa8648ec317384b34581c937039c..a9f559ae4ae94a7ecabda8984a14f2b784a1296f 100644 (file)
@@ -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"