From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1306233-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 89D5513934E for <garchives@archives.gentoo.org>; Mon, 26 Jul 2021 05:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD2ECE0AF3; Mon, 26 Jul 2021 05:23:01 +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 A8399E0AF3 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 05:23:01 +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 A3EDD342DEB for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 05:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7CF9844 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 05:22:57 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1627276940.fd0427355f49199ba4576b1ab5fec81285c5fe87.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-messages/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild X-VCS-Directories: dev-util/cucumber-messages/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fd0427355f49199ba4576b1ab5fec81285c5fe87 X-VCS-Branch: master Date: Mon, 26 Jul 2021 05:22:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 92be5766-1676-4659-8849-1119ab98b4df X-Archives-Hash: b2409c505f6f7cfd41c454ee44266fc6 commit: fd0427355f49199ba4576b1ab5fec81285c5fe87 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 26 05:22:20 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 26 05:22:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd042735 dev-util/cucumber-messages: Keyword 15.0.0 ppc64, #802141 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild b/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild index 4a5f39abc03..c6b641af8a0 100644 --- a/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild +++ b/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="Protocol Buffer messages for Cucumber's inter-process communication HOMEPAGE="https://github.com/cucumber/cucumber-messages-ruby#readme" LICENSE="MIT" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~ppc64" SLOT="$(ver_cut 1)" ruby_add_rdepend ">=dev-util/protobuf-cucumber-3.10.8:3"