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 C16C21396D0 for ; Wed, 13 Sep 2017 13:42:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B52FB1FC074; Wed, 13 Sep 2017 13:42:43 +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 925D91FC06A for ; Wed, 13 Sep 2017 13:42:43 +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 B544A34069A for ; Wed, 13 Sep 2017 13:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C33139083 for ; Wed, 13 Sep 2017 13:42:39 +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: <1505310148.0b6d7c095abf62813e438299861d4d11be5d6b20.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actionpack/actionpack-5.1.4.ebuild X-VCS-Directories: dev-ruby/actionpack/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 0b6d7c095abf62813e438299861d4d11be5d6b20 X-VCS-Branch: master Date: Wed, 13 Sep 2017 13:42:39 +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: 20cd60fe-051f-49b2-ac65-d340f18aa867 X-Archives-Hash: e0d0f7f6a7d0147dce456d2786d7b893 commit: 0b6d7c095abf62813e438299861d4d11be5d6b20 Author: Fabian Groffen gentoo org> AuthorDate: Wed Sep 13 13:31:59 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Sep 13 13:42:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6d7c09 dev-ruby/actionpack: marked ~ppc64 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-ruby/actionpack/actionpack-5.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/actionpack/actionpack-5.1.4.ebuild b/dev-ruby/actionpack/actionpack-5.1.4.ebuild index c5e4000ceb6..969a98cf968 100644 --- a/dev-ruby/actionpack/actionpack-5.1.4.ebuild +++ b/dev-ruby/actionpack/actionpack-5.1.4.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 ~arm64 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}"