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 40059139694 for ; Tue, 4 Apr 2017 21:00:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DE9BE0CCA; Tue, 4 Apr 2017 21:00:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BBABE0CCA for ; Tue, 4 Apr 2017 21:00:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 005EF34167D for ; Tue, 4 Apr 2017 21:00:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B96873F3 for ; Tue, 4 Apr 2017 21:00:00 +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: <1491339560.a09f0e5b31cabe61ba5f7f9fb060f2e64906d290.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rails/rails-5.0.0.1.ebuild X-VCS-Directories: dev-ruby/rails/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: a09f0e5b31cabe61ba5f7f9fb060f2e64906d290 X-VCS-Branch: master Date: Tue, 4 Apr 2017 21:00:00 +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: 8dd672ca-9c11-45e0-a2d4-8056e8da3e27 X-Archives-Hash: 934ea35e0f3ac68985b1010665bbb20b commit: a09f0e5b31cabe61ba5f7f9fb060f2e64906d290 Author: Markus Meier gentoo org> AuthorDate: Tue Apr 4 20:59:20 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Apr 4 20:59:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09f0e5b dev-ruby/rails: add ~arm, bug #592756 Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm" dev-ruby/rails/rails-5.0.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rails/rails-5.0.0.1.ebuild b/dev-ruby/rails/rails-5.0.0.1.ebuild index 18482a078b8..1edab67bef1 100644 --- a/dev-ruby/rails/rails-5.0.0.1.ebuild +++ b/dev-ruby/rails/rails-5.0.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://www.rubyonrails.org" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~amd64-linux" IUSE="+asset-pipeline"