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 0FD0A139694 for ; Tue, 11 Jul 2017 16:04:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C92E3214108; Tue, 11 Jul 2017 16:04:01 +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 AC71E214108 for ; Tue, 11 Jul 2017 16:04:01 +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 7112C341B98 for ; Tue, 11 Jul 2017 16:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6B9D7497 for ; Tue, 11 Jul 2017 16:03:58 +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: <1499789034.5b7dc1b5f1f986e398a06408db98088df49b2d1f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activejob/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activejob/activejob-4.2.9.ebuild X-VCS-Directories: dev-ruby/activejob/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5b7dc1b5f1f986e398a06408db98088df49b2d1f X-VCS-Branch: master Date: Tue, 11 Jul 2017 16:03:58 +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: 17e61cba-9269-4d80-a0ca-ba4e0e3afc0b X-Archives-Hash: b0825ba590f0c28fe34c02ddfcdaa013 commit: 5b7dc1b5f1f986e398a06408db98088df49b2d1f Author: Alexis Ballier gentoo org> AuthorDate: Tue Jul 11 16:03:03 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jul 11 16:03:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7dc1b5 dev-ruby/activejob: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/activejob/activejob-4.2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/activejob/activejob-4.2.9.ebuild b/dev-ruby/activejob/activejob-4.2.9.ebuild index 9d69664263b..b4152f10845 100644 --- a/dev-ruby/activejob/activejob-4.2.9.ebuild +++ b/dev-ruby/activejob/activejob-4.2.9.ebuild @@ -19,7 +19,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 ~arm ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}"