diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-24 03:46:47 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-24 03:46:47 -0400 |
commit | bb091432d10fa94d77ef660d3b76d6c727543807 (patch) | |
tree | 52c2c7e1f0005ab5243f03e81b47f70a4ef68a37 /dev-embedded/libftdi | |
parent | dev-embedded/libftdi: disable building of tests when USE=-test (diff) | |
download | gentoo-bb091432d10fa94d77ef660d3b76d6c727543807.tar.gz gentoo-bb091432d10fa94d77ef660d3b76d6c727543807.tar.bz2 gentoo-bb091432d10fa94d77ef660d3b76d6c727543807.zip |
dev-embedded/libftdi: mark 1.2 arm64/ppc/ppc64/sparc/x86 stable #563134
Diffstat (limited to 'dev-embedded/libftdi')
-rw-r--r-- | dev-embedded/libftdi/libftdi-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/libftdi/libftdi-1.2.ebuild b/dev-embedded/libftdi/libftdi-1.2.ebuild index 353fcc968938..5a01b28a8903 100644 --- a/dev-embedded/libftdi/libftdi-1.2.ebuild +++ b/dev-embedded/libftdi/libftdi-1.2.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" |