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 A01E11384B4 for ; Tue, 10 Nov 2015 18:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A031E0835; Tue, 10 Nov 2015 18:52:20 +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 F0177E0835 for ; Tue, 10 Nov 2015 18:52:19 +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 20AD133E3A9 for ; Tue, 10 Nov 2015 18:52:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68362A44 for ; Tue, 10 Nov 2015 18:52:16 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1447181521.0dedff13a40ba1774cd9d1ed85aa81d9fc552054.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 0dedff13a40ba1774cd9d1ed85aa81d9fc552054 X-VCS-Branch: master Date: Tue, 10 Nov 2015 18:52:16 +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: af589602-67d3-4646-adce-e529b4881aeb X-Archives-Hash: b02515e7bbd4f1e03042d30dd828d8ec commit: 0dedff13a40ba1774cd9d1ed85aa81d9fc552054 Author: Markus Meier gentoo org> AuthorDate: Tue Nov 10 18:52:01 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Nov 10 18:52:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dedff13 dev-ruby/fcgi: arm stable, bug #563862 Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm" 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 4bb4379..b2c5b35 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"