diff options
author | Sam James <sam@gentoo.org> | 2021-05-06 21:20:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-06 21:20:28 +0000 |
commit | 3f98da2362b515b7fd79a8aa107ee98852c19a72 (patch) | |
tree | 6e74692809a8ea1a79112827f3b6cd024586d0bc /dev-embedded/libftdi | |
parent | mail-client/mutt: Stabilize 2.0.7 arm, #788388 (diff) | |
download | gentoo-3f98da2362b515b7fd79a8aa107ee98852c19a72.tar.gz gentoo-3f98da2362b515b7fd79a8aa107ee98852c19a72.tar.bz2 gentoo-3f98da2362b515b7fd79a8aa107ee98852c19a72.zip |
dev-embedded/libftdi: Stabilize 1.5-r3 arm, #786993
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded/libftdi')
-rw-r--r-- | dev-embedded/libftdi/libftdi-1.5-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild index 598b00a1bf76..022fba4960dd 100644 --- a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild +++ b/dev-embedded/libftdi/libftdi-1.5-r3.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" |