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 ACB9A1382C5 for ; Sun, 18 Mar 2018 19:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94910E08DD; Sun, 18 Mar 2018 19:43: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 69F8FE08DD for ; Sun, 18 Mar 2018 19:43: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 2DC46335D34 for ; Sun, 18 Mar 2018 19:43:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56BD7263 for ; Sun, 18 Mar 2018 19:43: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: <1521402229.e0a0a971b7dab4e28b07c3ed9850086a082b42ba.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid-pool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/celluloid-pool/celluloid-pool-0.20.5.ebuild X-VCS-Directories: dev-ruby/celluloid-pool/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e0a0a971b7dab4e28b07c3ed9850086a082b42ba X-VCS-Branch: master Date: Sun, 18 Mar 2018 19:43: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: 7dc1a06c-f2b5-4ebc-9892-e3ffa60a44cf X-Archives-Hash: 30aa56c1074de5ac8f47229650ca651a commit: e0a0a971b7dab4e28b07c3ed9850086a082b42ba Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 18 19:42:52 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 18 19:43:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a0a971 dev-ruby/celluloid-pool: keyworded 0.20.5 for ppc64, bug #570052 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64" dev-ruby/celluloid-pool/celluloid-pool-0.20.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/celluloid-pool/celluloid-pool-0.20.5.ebuild b/dev-ruby/celluloid-pool/celluloid-pool-0.20.5.ebuild index bffeb3c8a65..1224cec42c1 100644 --- a/dev-ruby/celluloid-pool/celluloid-pool-0.20.5.ebuild +++ b/dev-ruby/celluloid-pool/celluloid-pool-0.20.5.ebuild @@ -17,7 +17,7 @@ IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" ruby_add_rdepend " >=dev-ruby/timers-4.1.1"