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 259DB139695 for ; Mon, 24 Jul 2017 17:51:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38A3DE0D20; Mon, 24 Jul 2017 17:51:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 18C5DE0D20 for ; Mon, 24 Jul 2017 17:51:38 +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 0F4B1341800 for ; Mon, 24 Jul 2017 17:51:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB06974C3 for ; Mon, 24 Jul 2017 17:51:35 +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: <1500918586.ec915fb5aee0b0e3d8000f68ea087fdfb546c991.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activerecord/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activerecord/activerecord-5.1.2.ebuild X-VCS-Directories: dev-ruby/activerecord/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: ec915fb5aee0b0e3d8000f68ea087fdfb546c991 X-VCS-Branch: master Date: Mon, 24 Jul 2017 17:51:35 +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: ba47e7f0-d442-4dd3-a2fb-4439c0ccadf4 X-Archives-Hash: c62320a60f9980ab8c248105ec378da9 commit: ec915fb5aee0b0e3d8000f68ea087fdfb546c991 Author: Markus Meier gentoo org> AuthorDate: Mon Jul 24 17:49:46 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Mon Jul 24 17:49:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec915fb5 dev-ruby/activerecord: add ~arm, bug #624234 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" dev-ruby/activerecord/activerecord-5.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/activerecord/activerecord-5.1.2.ebuild b/dev-ruby/activerecord/activerecord-5.1.2.ebuild index 9ae2715b10d..2a8c6539887 100644 --- a/dev-ruby/activerecord/activerecord-5.1.2.ebuild +++ b/dev-ruby/activerecord/activerecord-5.1.2.ebuild @@ -22,7 +22,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 ~arm64 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux" IUSE="mysql postgres sqlite" RUBY_S="rails-${PV}/${PN}"