diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-12 16:53:01 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-12 16:55:00 +0200 |
commit | f7f0645a06455672d06809cdd1831e6bdd489cb6 (patch) | |
tree | e9711184981f62d452921e7ba0f7dbb02de59326 /dev-embedded/libftdi | |
parent | dev-libs/libcroco: sparc stable wrt bug #618012 (diff) | |
download | gentoo-f7f0645a06455672d06809cdd1831e6bdd489cb6.tar.gz gentoo-f7f0645a06455672d06809cdd1831e6bdd489cb6.tar.bz2 gentoo-f7f0645a06455672d06809cdd1831e6bdd489cb6.zip |
dev-embedded/libftdi: sparc stable wrt bug #617136
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-embedded/libftdi')
-rw-r--r-- | dev-embedded/libftdi/libftdi-1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/libftdi/libftdi-1.2-r1.ebuild b/dev-embedded/libftdi/libftdi-1.2-r1.ebuild index 9e9e286ac712..c7414717ce94 100644 --- a/dev-embedded/libftdi/libftdi-1.2-r1.ebuild +++ b/dev-embedded/libftdi/libftdi-1.2-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]] ; then inherit git-2 else SRC_URI="http://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" |