diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-08 04:15:03 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-08 19:31:36 +0300 |
commit | 35e9dbb49885f44f7ac4a08bb521b8219efb27b0 (patch) | |
tree | e95f49e60b0768e7d94ecb6e5a3d13f245f24d40 /dev-embedded/libftdi | |
parent | net-libs/signond: arm64 stable (bug #727228) (diff) | |
download | gentoo-35e9dbb49885f44f7ac4a08bb521b8219efb27b0.tar.gz gentoo-35e9dbb49885f44f7ac4a08bb521b8219efb27b0.tar.bz2 gentoo-35e9dbb49885f44f7ac4a08bb521b8219efb27b0.zip |
dev-embedded/libftdi: arm64 stable (bug #727462)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@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 ca411f48c2d6..c32bea280a96 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" |