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 C8E6D1382C5 for ; Sun, 25 Mar 2018 12:41:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BCEBE08DD; Sun, 25 Mar 2018 12:41:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 16547E08DD for ; Sun, 25 Mar 2018 12:41:32 +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 A4DF7335C76 for ; Sun, 25 Mar 2018 12:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7211827D for ; Sun, 25 Mar 2018 12:41:26 +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: <1521981561.859b46e42801d76373a1d0bdfc16e2b02fbf1d92.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activesupport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activesupport/activesupport-5.1.4.ebuild dev-ruby/activesupport/activesupport-5.1.5.ebuild X-VCS-Directories: dev-ruby/activesupport/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 859b46e42801d76373a1d0bdfc16e2b02fbf1d92 X-VCS-Branch: master Date: Sun, 25 Mar 2018 12:41:26 +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: 86110a5d-bd81-432a-baf7-d72174437ec7 X-Archives-Hash: 26ddaf1f013d36ac056d3c02aecc215c commit: 859b46e42801d76373a1d0bdfc16e2b02fbf1d92 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 25 12:39:21 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 25 12:39:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859b46e4 dev-ruby/activesupport: keyworded 5.1.4 for ppc, bug #624234 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" dev-ruby/activesupport/activesupport-5.1.4.ebuild | 2 +- dev-ruby/activesupport/activesupport-5.1.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/activesupport/activesupport-5.1.4.ebuild b/dev-ruby/activesupport/activesupport-5.1.4.ebuild index 2035dbdebbf..f453da60d8b 100644 --- a/dev-ruby/activesupport/activesupport-5.1.4.ebuild +++ b/dev-ruby/activesupport/activesupport-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 ~hppa ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_S="rails-${PV}/${PN}" diff --git a/dev-ruby/activesupport/activesupport-5.1.5.ebuild b/dev-ruby/activesupport/activesupport-5.1.5.ebuild index 773f52432ed..df2fb3822f2 100644 --- a/dev-ruby/activesupport/activesupport-5.1.5.ebuild +++ b/dev-ruby/activesupport/activesupport-5.1.5.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 ~hppa ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_S="rails-${PV}/${PN}"