diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-09 15:47:48 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-09 15:47:48 +0200 |
commit | f128c7e288dadc515ba342634ffbc4b9715e3509 (patch) | |
tree | 65472525f25b818f67abc34299814dce5263ff0d /dev-embedded/libftdi | |
parent | net-libs/nodejs: arm stable wrt bug #726836 (diff) | |
download | gentoo-f128c7e288dadc515ba342634ffbc4b9715e3509.tar.gz gentoo-f128c7e288dadc515ba342634ffbc4b9715e3509.tar.bz2 gentoo-f128c7e288dadc515ba342634ffbc4b9715e3509.zip |
dev-embedded/libftdi: arm stable wrt bug #727462
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-embedded/libftdi')
-rw-r--r-- | dev-embedded/libftdi/libftdi-1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/libftdi/libftdi-1.4.ebuild b/dev-embedded/libftdi/libftdi-1.4.ebuild index 1da6d0beb021..9ee12b2659a7 100644 --- a/dev-embedded/libftdi/libftdi-1.4.ebuild +++ b/dev-embedded/libftdi/libftdi-1.4.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="git://developer.intra2net.com/${PN}" else SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2" - KEYWORDS="amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 arm arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Userspace access to FTDI USB interface chips" |