From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-888417-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 074701382C5
	for <garchives@archives.gentoo.org>; Thu, 23 Jun 2016 19:57:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8943214217;
	Thu, 23 Jun 2016 19:57:52 +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 3F32914217
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Jun 2016 19:57:52 +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 523CE340C7C
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Jun 2016 19:57:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 93B371933
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Jun 2016 19:57:48 +0000 (UTC)
From: "Michael Palimaka" <kensington@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, "Michael Palimaka" <kensington@gentoo.org>
Message-ID: <1466711856.5f4650c1f06d0fea1999646af074985115550abc.kensington@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rbtools/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/rbtools/rbtools-0.7.6.ebuild
X-VCS-Directories: dev-util/rbtools/
X-VCS-Committer: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: 5f4650c1f06d0fea1999646af074985115550abc
X-VCS-Branch: master
Date: Thu, 23 Jun 2016 19:57:48 +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: 341f5308-2ba8-43aa-afdd-9930c6d8d6c6
X-Archives-Hash: 011848a1e1ce7ddb2d3f58c949a4d226

commit:     5f4650c1f06d0fea1999646af074985115550abc
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 19:57:04 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 19:57:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4650c1

dev-util/rbtools: amd64/x86 stable

Package-Manager: portage-2.3.0

 dev-util/rbtools/rbtools-0.7.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/rbtools/rbtools-0.7.6.ebuild b/dev-util/rbtools/rbtools-0.7.6.ebuild
index 99c01e2..aeffa4b 100644
--- a/dev-util/rbtools/rbtools-0.7.6.ebuild
+++ b/dev-util/rbtools/rbtools-0.7.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://downloads.reviewboard.org/releases/${MY_PN}/$(get_version_compon
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-python/six-1.8.0[${PYTHON_USEDEP}]"