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 0CCAE138350 for ; Thu, 9 Apr 2020 18:40:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C412E091F; Thu, 9 Apr 2020 18:40:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 89947E091F for ; Thu, 9 Apr 2020 18:40:32 +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 A643234F03C for ; Thu, 9 Apr 2020 18:40:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E52FE1DA for ; Thu, 9 Apr 2020 18:40:10 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1586457596.b92aae129bc09dc07ddc93cc72ef206e5f3c2cc9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stevedore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/stevedore/stevedore-1.31.0.ebuild X-VCS-Directories: dev-python/stevedore/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b92aae129bc09dc07ddc93cc72ef206e5f3c2cc9 X-VCS-Branch: master Date: Thu, 9 Apr 2020 18:40:10 +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: fb10da0f-7988-4278-b333-d44046cd5d45 X-Archives-Hash: f27f9684ad056a5a5a41cf832c6d7f6f commit: b92aae129bc09dc07ddc93cc72ef206e5f3c2cc9 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Apr 9 18:30:58 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Apr 9 18:39:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92aae12 dev-python/stevedore: keyworded 1.31.0 for hppa/sparc Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/stevedore/stevedore-1.31.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/stevedore/stevedore-1.31.0.ebuild b/dev-python/stevedore/stevedore-1.31.0.ebuild index 6fc4d20f82a..0b42640fbdb 100644 --- a/dev-python/stevedore/stevedore-1.31.0.ebuild +++ b/dev-python/stevedore/stevedore-1.31.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 x86" +KEYWORDS="amd64 arm64 ~hppa ~ppc64 ~sparc x86" IUSE="test" RESTRICT="!test? ( test )"