diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 12:02:32 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 12:03:28 +0200 |
commit | 037172a348e2daf510a8da28362d035ed49cc326 (patch) | |
tree | 8b14904163250ba1966f9704fe0c95aceb70f0b1 /dev-embedded/libftdi | |
parent | dev-util/ragel: keyword ~arm64 (diff) | |
download | gentoo-037172a348e2daf510a8da28362d035ed49cc326.tar.gz gentoo-037172a348e2daf510a8da28362d035ed49cc326.tar.bz2 gentoo-037172a348e2daf510a8da28362d035ed49cc326.zip |
dev-embedded/libftdi: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-embedded/libftdi')
-rw-r--r-- | dev-embedded/libftdi/libftdi-0.20-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/libftdi/libftdi-0.20-r1.ebuild b/dev-embedded/libftdi/libftdi-0.20-r1.ebuild index 34933dff7063..87f52c9e3e58 100644 --- a/dev-embedded/libftdi/libftdi-0.20-r1.ebuild +++ b/dev-embedded/libftdi/libftdi-0.20-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]] ; then inherit git-2 else SRC_URI="http://www.intra2net.com/en/developer/${PN}/download/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Userspace access to FTDI USB interface chips" |