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 ACD1D139696 for ; Wed, 12 Jul 2017 12:13:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB86B274167; Wed, 12 Jul 2017 12:13:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C87CE274167 for ; Wed, 12 Jul 2017 12:13:27 +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 EDA9834165C for ; Wed, 12 Jul 2017 12:13:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2564B74B1 for ; Wed, 12 Jul 2017 12:13:24 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1499861599.8f99ace6e4c3ec4fcc1dc1e911f591d130c322f7.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/railties/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/railties/railties-5.1.2.ebuild X-VCS-Directories: dev-ruby/railties/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8f99ace6e4c3ec4fcc1dc1e911f591d130c322f7 X-VCS-Branch: master Date: Wed, 12 Jul 2017 12:13:24 +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: dfd706dc-e6f3-4638-928c-ea19e7fd1c90 X-Archives-Hash: db95b1cce53f47151fd36257d3930a94 commit: 8f99ace6e4c3ec4fcc1dc1e911f591d130c322f7 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 12 12:12:55 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jul 12 12:13:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f99ace6 dev-ruby/railties: keyword ~arm64, bug #624234 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/railties/railties-5.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/railties/railties-5.1.2.ebuild b/dev-ruby/railties/railties-5.1.2.ebuild index 8fbee794e7d..50c2b7c3839 100644 --- a/dev-ruby/railties/railties-5.1.2.ebuild +++ b/dev-ruby/railties/railties-5.1.2.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~amd64-linux" +KEYWORDS="~amd64 ~arm64 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}"