From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1329093-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 D4E34158086 for <garchives@archives.gentoo.org>; Sun, 10 Oct 2021 21:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09450E0923; Sun, 10 Oct 2021 21:48:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1683E0923 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Oct 2021 21:48:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 880CF342FF6 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Oct 2021 21:48:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B83C3157 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Oct 2021 21:48:08 +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: <1633902474.ba2f3f9d8e6e5c1fe4b151f319c22bbc9567039b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cucumber/cucumber-6.1.0.ebuild X-VCS-Directories: dev-util/cucumber/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ba2f3f9d8e6e5c1fe4b151f319c22bbc9567039b X-VCS-Branch: master Date: Sun, 10 Oct 2021 21:48:08 +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: 969dba86-3791-41d3-8037-eb54225657d1 X-Archives-Hash: 20c8e6af0c37335b28a4c1d200490727 commit: ba2f3f9d8e6e5c1fe4b151f319c22bbc9567039b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 10 21:47:54 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 10 21:47:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2f3f9d dev-util/cucumber: Keyword 6.1.0 ppc, #802141 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/cucumber/cucumber-6.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cucumber/cucumber-6.1.0.ebuild b/dev-util/cucumber/cucumber-6.1.0.ebuild index 1730fdd506b..93769e6c2e9 100644 --- a/dev-util/cucumber/cucumber-6.1.0.ebuild +++ b/dev-util/cucumber/cucumber-6.1.0.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P} RUBY_S="cucumber-ruby-${PV}" LICENSE="Ruby" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="examples test"