From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB305139084 for ; Mon, 25 Dec 2017 01:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F570E0F14; Mon, 25 Dec 2017 01:14:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50DECE0F14 for ; Mon, 25 Dec 2017 01:14:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FA7A34069A for ; Mon, 25 Dec 2017 01:14:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A9B0AE9B for ; Sun, 24 Dec 2017 08:49:14 +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: <1514105260.fa4f36b4f6f893e5ffe2c483237560566b06104d.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rack/rack-1.6.7.ebuild X-VCS-Directories: dev-ruby/rack/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: fa4f36b4f6f893e5ffe2c483237560566b06104d X-VCS-Branch: master Date: Sun, 24 Dec 2017 08:49:14 +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: b32461b0-ff2f-428b-b0ac-c91c894e6294 X-Archives-Hash: e65e36680adce6177c801de0ffb9e31f commit: fa4f36b4f6f893e5ffe2c483237560566b06104d Author: Markus Meier gentoo org> AuthorDate: Sun Dec 24 08:47:40 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Dec 24 08:47:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4f36b4 dev-ruby/rack: arm stable, bug #634930 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm" dev-ruby/rack/rack-1.6.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rack/rack-1.6.7.ebuild b/dev-ruby/rack/rack-1.6.7.ebuild index b5212723bfa..74a13913f37 100644 --- a/dev-ruby/rack/rack-1.6.7.ebuild +++ b/dev-ruby/rack/rack-1.6.7.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://rack.github.com/" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ${PN}-1.6-rewindable-ruby23.patch )