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 D8A87138350 for ; Sat, 18 Apr 2020 09:52:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9AB1E0948; Sat, 18 Apr 2020 09:52:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C4DF8E0948 for ; Sat, 18 Apr 2020 09:52:58 +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 E4F4A34F152 for ; Sat, 18 Apr 2020 09:52:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C10E1C3 for ; Sat, 18 Apr 2020 09:52:56 +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: <1587203558.99a20d66cbdeb11a4c3f586ca0ea423915c1a6dd.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: 99a20d66cbdeb11a4c3f586ca0ea423915c1a6dd X-VCS-Branch: master Date: Sat, 18 Apr 2020 09:52:56 +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: 270f0dd4-8e1a-4870-9123-b5ddda5485b1 X-Archives-Hash: f72ad6fd10474ddaadc14af2a72da405 commit: 99a20d66cbdeb11a4c3f586ca0ea423915c1a6dd Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Apr 18 09:28:36 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 18 09:52:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a20d66 dev-python/stevedore: stable 1.31.0 for hppa under ALLARCHES Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" 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 0b42640fbdb..3f880aad676 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 ~hppa ~ppc64 ~sparc x86" +KEYWORDS="amd64 arm64 hppa ~ppc64 ~sparc x86" IUSE="test" RESTRICT="!test? ( test )"