From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-846733-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 D24C01388C1
	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 A1A67E087D;
	Mon, 16 Nov 2015 05:55:44 +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 4AA3FE087D
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Nov 2015 05:55:44 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8CD5F340860
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Nov 2015 05:55:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E02E7B6D
	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: <1447653332.47e3187bbdbf09f5c1c49f85a81122027ef4ee27.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-cache/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/rack-cache/rack-cache-1.5.1.ebuild
X-VCS-Directories: dev-ruby/rack-cache/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 47e3187bbdbf09f5c1c49f85a81122027ef4ee27
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: 0d38249d-6340-4ebd-8915-b4a15617bd89
X-Archives-Hash: 80b32a6ae7846f3950c1234cba9cdc6f

commit:     47e3187bbdbf09f5c1c49f85a81122027ef4ee27
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 05:55:32 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 05:55:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e3187b

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

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

 dev-ruby/rack-cache/rack-cache-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild b/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild
index 9031d4a..e3ff61c 100644
--- a/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild
+++ b/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="MIT"
 SLOT="1.2"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"