From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 480FF13888F for ; Mon, 26 Oct 2015 05:21:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8C72E07EB; Mon, 26 Oct 2015 05:21:54 +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 478E2E07EB for ; Mon, 26 Oct 2015 05:21:53 +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 3D7C6340A02 for ; Mon, 26 Oct 2015 05:21:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9AE71931 for ; Mon, 26 Oct 2015 05:21:48 +0000 (UTC) From: "Jeroen Roovers" 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" Message-ID: <1445836804.5acfc0aba78c8d9cff79e15e389ae0fc24a18ed2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fcgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild X-VCS-Directories: dev-ruby/fcgi/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5acfc0aba78c8d9cff79e15e389ae0fc24a18ed2 X-VCS-Branch: master Date: Mon, 26 Oct 2015 05:21:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8eea852d-3329-4d36-9019-73a30d58d369 X-Archives-Hash: 89a02d8b53edaa047d722aaabff2c040 commit: 5acfc0aba78c8d9cff79e15e389ae0fc24a18ed2 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Oct 26 05:20:04 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Oct 26 05:20:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acfc0ab dev-ruby/fcgi: Stable for PPC64 (bug #563862). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild b/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild index 4aaecef..85d272f 100644 --- a/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild +++ b/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild @@ -15,7 +15,7 @@ inherit multilib ruby-fakegem DESCRIPTION="FastCGI library for Ruby" HOMEPAGE="https://github.com/alphallc/ruby-fcgi-ng" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" LICENSE="Ruby" DEPEND+=" dev-libs/fcgi"