From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-886591-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 42B611382A4
	for <garchives@archives.gentoo.org>; Sat, 11 Jun 2016 10:45:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2C5E0254027;
	Sat, 11 Jun 2016 10:45:26 +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 52A23254027
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Jun 2016 10:45:25 +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 5F4DA340A9C
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Jun 2016 10:45:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BAC813FE
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Jun 2016 10:45:21 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1465641331.125db85d7751a76d6ae9da7b46d069709ebd9513.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/rebar/rebar-2.6.1.ebuild
X-VCS-Directories: dev-util/rebar/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 125db85d7751a76d6ae9da7b46d069709ebd9513
X-VCS-Branch: master
Date: Sat, 11 Jun 2016 10:45: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: 14aded45-a071-46cd-b60c-7b6ed6d73e41
X-Archives-Hash: 58c0a6ffba752d351ca8f82abb8ca907

commit:     125db85d7751a76d6ae9da7b46d069709ebd9513
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 10:35:31 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 10:35:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125db85d

dev-util/rebar: Mark ~ppc64 (bug #585588).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-util/rebar/rebar-2.6.1.ebuild b/dev-util/rebar/rebar-2.6.1.ebuild
index 071f866..5f09c16 100644
--- a/dev-util/rebar/rebar-2.6.1.ebuild
+++ b/dev-util/rebar/rebar-2.6.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/erlang"