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 AD02813888F for ; Mon, 26 Oct 2015 06:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 466D2E07A5; Mon, 26 Oct 2015 06:30:48 +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 9E76DE07A5 for ; Mon, 26 Oct 2015 06:30:47 +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 CF6BA3408CB for ; Mon, 26 Oct 2015 06:30:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74C401926 for ; Mon, 26 Oct 2015 06:30:39 +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: <1445840960.ea3c57ad1a4b2db017918f2cb47e92c85cb81a4f.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: ea3c57ad1a4b2db017918f2cb47e92c85cb81a4f X-VCS-Branch: master Date: Mon, 26 Oct 2015 06:30:39 +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: dae6ba30-e4a2-4a8d-91a5-9ec6fd4ea01d X-Archives-Hash: ebd5394acb14c97b316b931ad12cbbe2 commit: ea3c57ad1a4b2db017918f2cb47e92c85cb81a4f Author: Jeroen Roovers gentoo org> AuthorDate: Mon Oct 26 06:29:20 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Oct 26 06:29:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3c57ad dev-ruby/fcgi: Stable for HPPA (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 85d272f..1504ab8 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"