diff options
author | Steev Klimaszewski <steev@gentoo.org> | 2016-02-21 18:55:20 -0600 |
---|---|---|
committer | Steev Klimaszewski <steev@gentoo.org> | 2016-02-21 18:55:20 -0600 |
commit | 30e6f743c08b66ae65e99a30652894b3585819e3 (patch) | |
tree | 77bc17e4c0683ea5cd87511335b8b6beaa5e6a47 /dev-libs/npth | |
parent | app-crypt/gkeys-gen: add ~arm64 keyword (diff) | |
download | gentoo-30e6f743c08b66ae65e99a30652894b3585819e3.tar.gz gentoo-30e6f743c08b66ae65e99a30652894b3585819e3.tar.bz2 gentoo-30e6f743c08b66ae65e99a30652894b3585819e3.zip |
dev-libs/npth: add ~arm64 keyword
Tested on Cortex A53
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-libs/npth')
-rw-r--r-- | dev-libs/npth/npth-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/npth/npth-1.2.ebuild b/dev-libs/npth/npth-1.2.ebuild index d9dc362728ce..a9f559ae4ae9 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" |