From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-865624-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 0D4CA1388C0
	for <garchives@archives.gentoo.org>; Fri, 26 Feb 2016 17:12:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 746AAE07F1;
	Fri, 26 Feb 2016 17:12:25 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 203B4E07F1
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Feb 2016 17:12:25 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2B9BA340D17
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Feb 2016 17:12:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CC12154D
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Feb 2016 17:12:21 +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: <1456506723.fd8140adeb6a3d57d25991d27f50b75174785666.maekke@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libfilezilla/libfilezilla-0.3.1.ebuild
X-VCS-Directories: dev-libs/libfilezilla/
X-VCS-Committer: maekke
X-VCS-Committer-Name: Markus Meier
X-VCS-Revision: fd8140adeb6a3d57d25991d27f50b75174785666
X-VCS-Branch: master
Date: Fri, 26 Feb 2016 17:12:21 +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: c0438531-b186-48ba-9740-065c478563bc
X-Archives-Hash: f6d487905083c3f7ed87054a4969b71e

commit:     fd8140adeb6a3d57d25991d27f50b75174785666
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 17:12:03 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 17:12:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8140ad

dev-libs/libfilezilla: add ~arm, bug #571888

Package-Manager: portage-2.2.27
RepoMan-Options: --include-arches="arm"

 dev-libs/libfilezilla/libfilezilla-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libfilezilla/libfilezilla-0.3.1.ebuild b/dev-libs/libfilezilla/libfilezilla-0.3.1.ebuild
index 2139f8e..d7530f4 100644
--- a/dev-libs/libfilezilla/libfilezilla-0.3.1.ebuild
+++ b/dev-libs/libfilezilla/libfilezilla-0.3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/filezilla/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND=""