diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-06-11 18:44:33 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-06-11 18:44:33 +0200 |
commit | db1f20e48d48d980e6fff3f3aea9ef7a7bea2baf (patch) | |
tree | 2bfe223519f15b7b647dbb5967368ee6326b95b6 | |
parent | dab29719d344e3c98232e9dff0575b4f1e731412 (diff) | |
download | gentoo-db1f20e48d48d980e6fff3f3aea9ef7a7bea2baf.tar.gz gentoo-db1f20e48d48d980e6fff3f3aea9ef7a7bea2baf.tar.xz |
dev-embedded/libftdi: amd64 stable wrt bug #563134
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-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 7848b0428cf..b588c75116d 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" |