From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-886198-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 29B6C13829C for <garchives@archives.gentoo.org>; Wed, 8 Jun 2016 19:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCBB8141E9; Wed, 8 Jun 2016 19:30:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79A47141E9 for <gentoo-commits@lists.gentoo.org>; Wed, 8 Jun 2016 19:30:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BE33340D3A for <gentoo-commits@lists.gentoo.org>; Wed, 8 Jun 2016 19:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3054C342 for <gentoo-commits@lists.gentoo.org>; Wed, 8 Jun 2016 19:29:57 +0000 (UTC) From: "Markus Meier" <maekke@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" <maekke@gentoo.org> Message-ID: <1465414176.c55ebedb1b03fe1051a19b4f4863d6df45e35715.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/libftdi/libftdi-1.2.ebuild X-VCS-Directories: dev-embedded/libftdi/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: c55ebedb1b03fe1051a19b4f4863d6df45e35715 X-VCS-Branch: master Date: Wed, 8 Jun 2016 19:29:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0342a4c6-e9fb-4b66-a2b4-7fed54229f62 X-Archives-Hash: 106a04a84db40bd677d9d3b1570c00ca commit: c55ebedb1b03fe1051a19b4f4863d6df45e35715 Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Wed Jun 8 19:29:36 2016 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Wed Jun 8 19:29:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55ebedb dev-embedded/libftdi: arm stable, bug #563134 Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm" dev-embedded/libftdi/libftdi-1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/libftdi/libftdi-1.2.ebuild b/dev-embedded/libftdi/libftdi-1.2.ebuild index f9ca9b5..7848b04 100644 --- a/dev-embedded/libftdi/libftdi-1.2.ebuild +++ b/dev-embedded/libftdi/libftdi-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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"