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 27E47138359 for ; Thu, 1 Oct 2020 22:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 644F3E083E; Thu, 1 Oct 2020 22:33:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2E6D3E0821 for ; Thu, 1 Oct 2020 22:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 20214340C04 for ; Thu, 1 Oct 2020 22:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C46C9332 for ; Thu, 1 Oct 2020 22:33:51 +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: <1601591626.8aaf71ae2062d0a4a4f3c52b5df5e6e57f301070.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyperframe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hyperframe/hyperframe-6.0.0.ebuild X-VCS-Directories: dev-python/hyperframe/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8aaf71ae2062d0a4a4f3c52b5df5e6e57f301070 X-VCS-Branch: master Date: Thu, 1 Oct 2020 22:33:51 +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: 9226a6a6-50fd-4d4d-9f09-bd7005727a71 X-Archives-Hash: eeb83914b505d8a66781b95efa280205 commit: 8aaf71ae2062d0a4a4f3c52b5df5e6e57f301070 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Oct 1 22:31:51 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Oct 1 22:33:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aaf71ae dev-python/hyperframe: stable 6.0.0 for sparc stable wrt bug #745972 Package-Manager: Portage-3.0.8, Repoman-3.0.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/hyperframe/hyperframe-6.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hyperframe/hyperframe-6.0.0.ebuild b/dev-python/hyperframe/hyperframe-6.0.0.ebuild index 7337c2d4dc4..f0fbcdb5b6a 100644 --- a/dev-python/hyperframe/hyperframe-6.0.0.ebuild +++ b/dev-python/hyperframe/hyperframe-6.0.0.ebuild @@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" distutils_enable_tests pytest