From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1342606-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 7095D158086 for <garchives@archives.gentoo.org>; Tue, 23 Nov 2021 16:09:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 956B3E0870; Tue, 23 Nov 2021 16:09:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 550DFE0869 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Nov 2021 16:09:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2585D342D12 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Nov 2021 16:09:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 924C31DD 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: <1637683743.33314b87e94c68842d2ebde0f06ab88d34179d77.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild X-VCS-Directories: dev-util/cucumber-html-formatter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 33314b87e94c68842d2ebde0f06ab88d34179d77 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: 3ad2f449-0cd9-47c3-9616-554e89c12017 X-Archives-Hash: e4da2bf9ea6563457d61e00c7fcdb53c commit: 33314b87e94c68842d2ebde0f06ab88d34179d77 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Tue Nov 23 15:26:23 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 23 16:09:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33314b87 dev-util/cucumber-html-formatter: mark 13.0.0-r2 ~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> .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild index b408f5e1384b..da066defb460 100644 --- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild +++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="HTML formatter for Cucumber" 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"