From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-846732-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 CFEE11384B4
	for <garchives@archives.gentoo.org>; Mon, 16 Nov 2015 05:55:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AC8E6E0875;
	Mon, 16 Nov 2015 05:55:43 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4586CE0875
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Nov 2015 05:55:43 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4973B34086E
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Nov 2015 05:55:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CD8FEA96
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Nov 2015 05:55:39 +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: <1447653106.b9888932d2e5496f9015169b6b34850195d812d7.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/maxitest/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/maxitest/maxitest-1.5.4.ebuild
X-VCS-Directories: dev-ruby/maxitest/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: b9888932d2e5496f9015169b6b34850195d812d7
X-VCS-Branch: master
Date: Mon, 16 Nov 2015 05:55:39 +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: d998fc5b-5b08-48ce-b2e4-26722b877271
X-Archives-Hash: 7bdf807042c827db60a024a1e33f0be6

commit:     b9888932d2e5496f9015169b6b34850195d812d7
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 05:51:46 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 05:51:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9888932

dev-ruby/maxitest: Mark ~ppc64 (bug #565818).

Package-Manager: portage-2.2.24
RepoMan-Options: --ignore-arches

 dev-ruby/maxitest/maxitest-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/maxitest/maxitest-1.5.4.ebuild b/dev-ruby/maxitest/maxitest-1.5.4.ebuild
index 4003ed7..88bf645 100644
--- a/dev-ruby/maxitest/maxitest-1.5.4.ebuild
+++ b/dev-ruby/maxitest/maxitest-1.5.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 ruby_add_rdepend "<dev-ruby/minitest-5.9.0:5"