From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-913390-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 D29231395E2
	for <garchives@archives.gentoo.org>; Sat, 26 Nov 2016 03:37:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DA99DE0B1B;
	Sat, 26 Nov 2016 03:37:12 +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 92A15E0B1F
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Nov 2016 03:37:12 +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 7316434119A
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Nov 2016 03:37:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C8B4D49A
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Nov 2016 03:37:08 +0000 (UTC)
From: "Matt Thode" <prometheanfire@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, "Matt Thode" <prometheanfire@gentoo.org>
Message-ID: <1480131293.ca3f3d96ff8ae8c06fe775103e433414fed6fa5d.prometheanfire@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-admin/mcollective/mcollective-2.9.1.ebuild
X-VCS-Directories: app-admin/mcollective/
X-VCS-Committer: prometheanfire
X-VCS-Committer-Name: Matt Thode
X-VCS-Revision: ca3f3d96ff8ae8c06fe775103e433414fed6fa5d
X-VCS-Branch: master
Date: Sat, 26 Nov 2016 03:37:08 +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: abfb547a-9e72-4b08-a696-e8f4d95786f8
X-Archives-Hash: 6150818c97df29b8ff899d949846495e

commit:     ca3f3d96ff8ae8c06fe775103e433414fed6fa5d
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 03:34:53 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 03:34:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3f3d96

app-admin/mcollective: 2.9.1 stable amd64 and x86

Package-Manager: portage-2.3.0

 app-admin/mcollective/mcollective-2.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.9.1.ebuild b/app-admin/mcollective/mcollective-2.9.1.ebuild
index 9fc0333..83438dc 100644
--- a/app-admin/mcollective/mcollective-2.9.1.ebuild
+++ b/app-admin/mcollective/mcollective-2.9.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""