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 873E01382C5 for ; Sun, 25 Mar 2018 19:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1DFDE095F; Sun, 25 Mar 2018 19:45:59 +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 B98FCE095F for ; Sun, 25 Mar 2018 19:45:59 +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 9E04D335C61 for ; Sun, 25 Mar 2018 19:45:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61EB8271 for ; Sun, 25 Mar 2018 19:45:55 +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: <1522006870.a946b05a61d03b54a35d4ccbcdced6c814b8e895.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actionpack/actionpack-4.2.10.ebuild X-VCS-Directories: dev-ruby/actionpack/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a946b05a61d03b54a35d4ccbcdced6c814b8e895 X-VCS-Branch: master Date: Sun, 25 Mar 2018 19:45:55 +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: 58465f57-9cf8-4ab9-a782-7f7c696511d7 X-Archives-Hash: 92b21e088e365290bc37fbb49db72c67 commit: a946b05a61d03b54a35d4ccbcdced6c814b8e895 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 25 19:41:10 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 25 19:41:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a946b05a dev-ruby/actionpack: keyworded 4.2.10 for ppc, bug #563858 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" dev-ruby/actionpack/actionpack-4.2.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/actionpack/actionpack-4.2.10.ebuild b/dev-ruby/actionpack/actionpack-4.2.10.ebuild index 50e6e12a5f2..0efd5c7a64e 100644 --- a/dev-ruby/actionpack/actionpack-4.2.10.ebuild +++ b/dev-ruby/actionpack/actionpack-4.2.10.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 ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}"