From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1342612-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF262158087 for <garchives@archives.gentoo.org>; Tue, 23 Nov 2021 16:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 131E4E0878; Tue, 23 Nov 2021 16:09:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAC82E0878 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Nov 2021 16:09:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6209342CD6 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Nov 2021 16:09:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9A0F1E2 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Nov 2021 16:09:19 +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: <1637683745.209df46cc882f25c53df639b1863305b7948c7fc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-wire/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild X-VCS-Directories: dev-util/cucumber-wire/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 209df46cc882f25c53df639b1863305b7948c7fc X-VCS-Branch: master Date: Tue, 23 Nov 2021 16:09:19 +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: d0f5a2d1-1a29-439c-b2e6-4e39032785fe X-Archives-Hash: f25c75b6cd5407f8bd31136dc475a42e commit: 209df46cc882f25c53df639b1863305b7948c7fc Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Tue Nov 23 15:30:09 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 23 16:09:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209df46c dev-util/cucumber-wire: keyworded 5.0.1 for hppa, bug #802141 Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild b/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild index 3e3d45f68c9e..c0af915f3515 100644 --- a/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild +++ b/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Executable feature scenarios" HOMEPAGE="https://cucumber.io/" LICENSE="Ruby" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86" SLOT="$(ver_cut 1)" IUSE="test"