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 99B5C1580BA for ; Tue, 24 Aug 2021 23:21:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20BB3E085A; Tue, 24 Aug 2021 23:21:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 064F8E0848 for ; Tue, 24 Aug 2021 23:21:05 +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 A40AF340BB4 for ; Tue, 24 Aug 2021 23:21:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1E5E8D2 for ; Tue, 24 Aug 2021 23:21:02 +0000 (UTC) From: "Sam James" 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" Message-ID: <1629847236.4bbba2b9a2fdf617b4cb970efb9aa621e7df2ea0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose_warnings_filters/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild X-VCS-Directories: dev-python/nose_warnings_filters/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4bbba2b9a2fdf617b4cb970efb9aa621e7df2ea0 X-VCS-Branch: master Date: Tue, 24 Aug 2021 23:21:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb57b401-0028-43ca-9846-b0847623099c X-Archives-Hash: 5e79d98f1d5222861ef3ddfe8e83f318 commit: 4bbba2b9a2fdf617b4cb970efb9aa621e7df2ea0 Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon Aug 23 19:33:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 24 23:20:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbba2b9 dev-python/nose_warnings_filters: mark 0.1.5-r3 ~hppa, bug #808378 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild b/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild index 7e73366af61..f0ab5c05863 100644 --- a/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild +++ b/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"