diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-02-15 18:37:58 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-02-15 18:39:11 +0200 |
commit | 010f7bc30c90a5b074c48fa872f6b3cf65b8efb6 (patch) | |
tree | 6ad279a78b685f16ed02c258804fa4345ee88541 /net-wireless/iw | |
parent | www-apps/icingaweb2: cleanup (diff) | |
download | gentoo-010f7bc30c90a5b074c48fa872f6b3cf65b8efb6.tar.gz gentoo-010f7bc30c90a5b074c48fa872f6b3cf65b8efb6.tar.bz2 gentoo-010f7bc30c90a5b074c48fa872f6b3cf65b8efb6.zip |
net-wireless/iw-4.9-r0: keyworded for ~arm64
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-wireless/iw')
-rw-r--r-- | net-wireless/iw/iw-4.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/iw/iw-4.9.ebuild b/net-wireless/iw/iw-4.9.ebuild index 76c56b362e2b..14ecbf595de9 100644 --- a/net-wireless/iw/iw-4.9.ebuild +++ b/net-wireless/iw/iw-4.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-libs/libnl" |