From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-935641-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 9C2E1139694
	for <garchives@archives.gentoo.org>; Wed,  1 Mar 2017 07:55:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C54E421C03E;
	Wed,  1 Mar 2017 07:55:14 +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 9F78821C03E
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Mar 2017 07:55:14 +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 BFAE83416B1
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Mar 2017 07:55:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E1D985879
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Mar 2017 07:55:05 +0000 (UTC)
From: "Michael Weber" <xmw@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 Weber" <xmw@gentoo.org>
Message-ID: <1488354879.dfab7e174c8c4e22f6ad303e60ff5abb7f9a6675.xmw@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
X-VCS-Directories: net-libs/rabbitmq-c/
X-VCS-Committer: xmw
X-VCS-Committer-Name: Michael Weber
X-VCS-Revision: dfab7e174c8c4e22f6ad303e60ff5abb7f9a6675
X-VCS-Branch: master
Date: Wed,  1 Mar 2017 07:55:05 +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: c1993233-ba8c-4b56-afbd-1ab9ea603c70
X-Archives-Hash: 8e10a0f7847539b85fbe07f83e1e4202

commit:     dfab7e174c8c4e22f6ad303e60ff5abb7f9a6675
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 07:47:16 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 07:54:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfab7e17

net-libs/rabbitmq-c: arm stable (bug 591980).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
index 06c381db40c..f4cea8e55ce 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git"
 else
 	SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> ${PN}-v${PV}.zip"
-	KEYWORDS="amd64 ~arm hppa x86"
+	KEYWORDS="amd64 arm hppa x86"
 fi
 
 LICENSE="MIT"