diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-07 12:32:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-07 12:33:28 +0200 |
commit | 033dc0b4a455cca6bef068063e1753bcb91b7e78 (patch) | |
tree | 0903020d7d7ca8d953b56a70da1040b46721ac2e /dev-libs/libgusb | |
parent | app-emulation/libvirt: keyword ~arm64 (diff) | |
download | gentoo-033dc0b4a455cca6bef068063e1753bcb91b7e78.tar.gz gentoo-033dc0b4a455cca6bef068063e1753bcb91b7e78.tar.bz2 gentoo-033dc0b4a455cca6bef068063e1753bcb91b7e78.zip |
dev-libs/libgusb: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-libs/libgusb')
-rw-r--r-- | dev-libs/libgusb/libgusb-0.2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgusb/libgusb-0.2.9.ebuild b/dev-libs/libgusb/libgusb-0.2.9.ebuild index 878c5a94c0a5..2dee273fc77c 100644 --- a/dev-libs/libgusb/libgusb-0.2.9.ebuild +++ b/dev-libs/libgusb/libgusb-0.2.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 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://people.freedesktop.org/~hughsient/releases/${P}.tar.xz" LICENSE="LGPL-2.1+" 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="+introspection static-libs vala" REQUIRED_USE="vala? ( introspection )" |