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 DDEA41396D0 for ; Tue, 12 Sep 2017 08:18:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33AED1FC059; Tue, 12 Sep 2017 08:18:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1640E1FC059 for ; Tue, 12 Sep 2017 08:18:44 +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 321443417BA for ; Tue, 12 Sep 2017 08:18:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2005907D for ; Tue, 12 Sep 2017 08:18:41 +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: <1505204315.bff1d0acf5fbc6cb2e0755a56acaca91ba43b234.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-retry/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec-retry/rspec-retry-0.5.5.ebuild X-VCS-Directories: dev-ruby/rspec-retry/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bff1d0acf5fbc6cb2e0755a56acaca91ba43b234 X-VCS-Branch: master Date: Tue, 12 Sep 2017 08:18:41 +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: 73ef8842-b0db-4260-aedd-61be0e0a3de5 X-Archives-Hash: d95677b5f82162dc72d565edbd27c5c0 commit: bff1d0acf5fbc6cb2e0755a56acaca91ba43b234 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Sep 12 08:18:35 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Sep 12 08:18:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff1d0ac dev-ruby/rspec-retry: keyworded 0.5.5 for ppc64, bug #620058 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64" dev-ruby/rspec-retry/rspec-retry-0.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspec-retry/rspec-retry-0.5.5.ebuild b/dev-ruby/rspec-retry/rspec-retry-0.5.5.ebuild index 13590e2a5a7..ae31161816c 100644 --- a/dev-ruby/rspec-retry/rspec-retry-0.5.5.ebuild +++ b/dev-ruby/rspec-retry/rspec-retry-0.5.5.ebuild @@ -16,7 +16,7 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" ruby_add_rdepend ">=dev-ruby/rspec-core-3.3:3"