diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-04-30 17:23:37 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-04-30 17:23:37 +0200 |
commit | ece6c326d13af5e8a1c4041044b3bf056113adbb (patch) | |
tree | b0475caef5929980ed9a3bfa2d08c3438c7534f2 /dev-embedded | |
parent | media-gfx/libimagequant: amd64 stable wrt bug #786990 (diff) | |
download | gentoo-ece6c326d13af5e8a1c4041044b3bf056113adbb.tar.gz gentoo-ece6c326d13af5e8a1c4041044b3bf056113adbb.tar.bz2 gentoo-ece6c326d13af5e8a1c4041044b3bf056113adbb.zip |
dev-embedded/libftdi: amd64 stable wrt bug #786993
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-embedded')
-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 43542c3f4d83..e54cd0d6741d 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" |