Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/
Date: Mon, 26 Jun 2017 10:03:38
Message-Id: 1498471408.037172a348e2daf510a8da28362d035ed49cc326.aballier@gentoo
1 commit: 037172a348e2daf510a8da28362d035ed49cc326
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 10:02:32 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 10:03:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037172a3
7
8 dev-embedded/libftdi: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-embedded/libftdi/libftdi-0.20-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-embedded/libftdi/libftdi-0.20-r1.ebuild b/dev-embedded/libftdi/libftdi-0.20-r1.ebuild
16 index 34933dff706..87f52c9e3e5 100644
17 --- a/dev-embedded/libftdi/libftdi-0.20-r1.ebuild
18 +++ b/dev-embedded/libftdi/libftdi-0.20-r1.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]] ; then
20 inherit git-2
21 else
22 SRC_URI="http://www.intra2net.com/en/developer/${PN}/download/${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
25 fi
26
27 DESCRIPTION="Userspace access to FTDI USB interface chips"