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 C9044138262 for ; Wed, 18 May 2016 08:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AE8B14244; Wed, 18 May 2016 08:45:37 +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 8353714268 for ; Wed, 18 May 2016 08:45:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D87E340C23 for ; Wed, 18 May 2016 08:45:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C44D968 for ; Wed, 18 May 2016 08:45:33 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1463561040.aee42d2be1d51d6f87c099585cad6befa30bde5d.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/railties/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/railties/railties-4.2.6.ebuild X-VCS-Directories: dev-ruby/railties/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: aee42d2be1d51d6f87c099585cad6befa30bde5d X-VCS-Branch: master Date: Wed, 18 May 2016 08:45:33 +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: f7f6dbde-55b2-4f60-b7f2-db16563ab0f5 X-Archives-Hash: f26dbecb54d6b32edfbe464fa54d8e8f commit: aee42d2be1d51d6f87c099585cad6befa30bde5d Author: Fabian Groffen gentoo org> AuthorDate: Wed May 18 08:44:00 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed May 18 08:44:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee42d2b dev-ruby/railties: marked ~amd64-linux Package-Manager: portage-2.2.28 dev-ruby/railties/railties-4.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/railties/railties-4.2.6.ebuild b/dev-ruby/railties/railties-4.2.6.ebuild index 6e83eef..d838bcb 100644 --- a/dev-ruby/railties/railties-4.2.6.ebuild +++ b/dev-ruby/railties/railties-4.2.6.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 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}"