From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1012250-garchives=archives.gentoo.org@lists.gentoo.org> 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 8BA781382C5 for <garchives@archives.gentoo.org>; Sun, 25 Mar 2018 12:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C9C4E08D9; Sun, 25 Mar 2018 12:41:31 +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 51337E08D9 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Mar 2018 12:41:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 47774335C79 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Mar 2018 12:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A40627A for <gentoo-commits@lists.gentoo.org>; Sun, 25 Mar 2018 12:41:26 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> 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" <slyfox@gentoo.org> Message-ID: <1521981182.72afa22ef5a34a4bca8f3d6039368b6c32bcdbbf.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/globalid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/globalid/globalid-0.4.1.ebuild X-VCS-Directories: dev-ruby/globalid/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 72afa22ef5a34a4bca8f3d6039368b6c32bcdbbf X-VCS-Branch: master Date: Sun, 25 Mar 2018 12:41:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7fa8d9f3-55ec-47cf-8e88-5c2632e98e9e X-Archives-Hash: ea0a449439b1c0edfa28fb1fcbc61a47 commit: 72afa22ef5a34a4bca8f3d6039368b6c32bcdbbf Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Mar 25 12:33:02 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Mar 25 12:33:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72afa22e dev-ruby/globalid: keyworded 0.4.1 for ppc, bug #624234 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" dev-ruby/globalid/globalid-0.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/globalid/globalid-0.4.1.ebuild b/dev-ruby/globalid/globalid-0.4.1.ebuild index 0a0553c192d..fc9841d9a3a 100644 --- a/dev-ruby/globalid/globalid-0.4.1.ebuild +++ b/dev-ruby/globalid/globalid-0.4.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.2.0 >=dev-ruby/railties-4.2.0 )"