From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0C7241381DF for ; Tue, 16 Feb 2016 21:15:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7AFE21C05B; Tue, 16 Feb 2016 21:15:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 379A821C056 for ; Tue, 16 Feb 2016 21:14:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71742340C04 for ; Tue, 16 Feb 2016 21:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88A4E18A5 for ; Tue, 16 Feb 2016 21:14:52 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1455657208.9527f427168ff54ac0f700b3883c1c4c5a3114df.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rails/rails-4.2.5.1.ebuild X-VCS-Directories: dev-ruby/rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9527f427168ff54ac0f700b3883c1c4c5a3114df X-VCS-Branch: master Date: Tue, 16 Feb 2016 21:14:52 +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: a6d84c01-ffdd-47db-b9b0-a820efdbfe23 X-Archives-Hash: cdfe538b1424b9ae2774c4a119c19305 commit: 9527f427168ff54ac0f700b3883c1c4c5a3114df Author: Hans de Graaff gentoo org> AuthorDate: Tue Feb 16 20:46:55 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Feb 16 21:13:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9527f427 dev-ruby/rails: keyword ~x86, bug 569038 Package-Manager: portage-2.2.26 dev-ruby/rails/rails-4.2.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rails/rails-4.2.5.1.ebuild b/dev-ruby/rails/rails-4.2.5.1.ebuild index afa0052..6fcfbf2 100644 --- a/dev-ruby/rails/rails-4.2.5.1.ebuild +++ b/dev-ruby/rails/rails-4.2.5.1.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="http://www.rubyonrails.org" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~x86" IUSE="+asset-pipeline"