diff options
author | Sam James <sam@gentoo.org> | 2021-02-24 20:25:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-24 20:25:14 +0000 |
commit | 4591b2739a6934ebfbbaf3cce81456fed6d27658 (patch) | |
tree | efd654bfe404f9284a39f115648b73801798a600 /dev-embedded | |
parent | dev-libs/xmlrpc-c: Stabilize 1.51.06-r2 ppc64, #764956 (diff) | |
download | gentoo-4591b2739a6934ebfbbaf3cce81456fed6d27658.tar.gz gentoo-4591b2739a6934ebfbbaf3cce81456fed6d27658.tar.bz2 gentoo-4591b2739a6934ebfbbaf3cce81456fed6d27658.zip |
dev-embedded/libftdi: Stabilize 1.5-r2 ppc64, #768810
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/libftdi/libftdi-1.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/libftdi/libftdi-1.5-r2.ebuild b/dev-embedded/libftdi/libftdi-1.5-r2.ebuild index bd98e154b878..2d9c3d762c5d 100644 --- a/dev-embedded/libftdi/libftdi-1.5-r2.ebuild +++ b/dev-embedded/libftdi/libftdi-1.5-r2.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" |