From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-904129-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 78505138331
	for <garchives@archives.gentoo.org>; Sat,  1 Oct 2016 08:22:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A4B8B21C096;
	Sat,  1 Oct 2016 08:22:24 +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 84A56E08C1
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Oct 2016 08:22:24 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 4DD5F340A2B
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Oct 2016 08:22:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B2B324A3
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Oct 2016 08:02:56 +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: <1475308970.d0f39cb83fe6dcb6597423dfc07ed939e18f3538.maekke@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
X-VCS-Directories: dev-libs/keybinder/
X-VCS-Committer: maekke
X-VCS-Committer-Name: Markus Meier
X-VCS-Revision: d0f39cb83fe6dcb6597423dfc07ed939e18f3538
X-VCS-Branch: master
Date: Sat,  1 Oct 2016 08:02:56 +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: 67cd94fb-0e34-402e-94a3-a2a969db5caa
X-Archives-Hash: 2d1b973749ddd26904b600e0e6da3192

commit:     d0f39cb83fe6dcb6597423dfc07ed939e18f3538
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 08:02:31 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 08:02:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f39cb8

dev-libs/keybinder: arm stable, bug #593264

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

 dev-libs/keybinder/keybinder-0.3.1-r200.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
index ddcf53b..001c4c5 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="+introspection lua python"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2