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 A6774138331 for ; Sun, 18 Mar 2018 12:57:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB7FAE085B; Sun, 18 Mar 2018 12:57:05 +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 977D0E085B for ; Sun, 18 Mar 2018 12:57:05 +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 8716B335D37 for ; Sun, 18 Mar 2018 12:57:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 729B0262 for ; Sun, 18 Mar 2018 12:57:01 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1521377815.7f7e1450ccad484dacf70a8cbc6a822dd409f8c6.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rails/rails-5.1.5.ebuild X-VCS-Directories: dev-ruby/rails/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 7f7e1450ccad484dacf70a8cbc6a822dd409f8c6 X-VCS-Branch: master Date: Sun, 18 Mar 2018 12:57:01 +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: 097843b4-6e48-4205-8df2-828d3b19ffde X-Archives-Hash: 197b99871e0f40af784449a183066850 commit: 7f7e1450ccad484dacf70a8cbc6a822dd409f8c6 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 18 12:54:13 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 18 12:56:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7e1450 dev-ruby/rails: keyworded 5.1.5 for ppc64, bug #592756 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64" dev-ruby/rails/rails-5.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rails/rails-5.1.5.ebuild b/dev-ruby/rails/rails-5.1.5.ebuild index 288bdf5b1bf..e610ff2ba78 100644 --- a/dev-ruby/rails/rails-5.1.5.ebuild +++ b/dev-ruby/rails/rails-5.1.5.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="http://www.rubyonrails.org" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux" IUSE="+asset-pipeline"