diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 07:31:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 07:31:47 +0000 |
commit | c71f6468f398811da0ec1d725be46ff2b4addc77 (patch) | |
tree | 877e2ab04ce4e4822516b1515154b91673d0c78d /dev-embedded | |
parent | dev-libs/libebml: Stabilize 1.4.2 x86, #772272 (diff) | |
download | gentoo-c71f6468f398811da0ec1d725be46ff2b4addc77.tar.gz gentoo-c71f6468f398811da0ec1d725be46ff2b4addc77.tar.bz2 gentoo-c71f6468f398811da0ec1d725be46ff2b4addc77.zip |
dev-embedded/libftdi: Stabilize 1.5-r2 amd64, #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 43edbc08b4f8..01ee059b9fe7 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" |