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 C6ED5138359 for ; Fri, 2 Oct 2020 20:41:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C7FBE09CC; Fri, 2 Oct 2020 20:41:46 +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 DE175E09CC for ; Fri, 2 Oct 2020 20:41:45 +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 9B5AD340CD9 for ; Fri, 2 Oct 2020 20:41:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21C55379 for ; Fri, 2 Oct 2020 20:41:43 +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: <1601671243.b6f8c0b6f03dc2e6eed728dd0aadc76df8ddd58c.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b6f8c0b6f03dc2e6eed728dd0aadc76df8ddd58c X-VCS-Branch: master Date: Fri, 2 Oct 2020 20:41:43 +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: ce014853-e6e4-4574-adae-7fd0a708882d X-Archives-Hash: a06ab72be2a3cd5b92d6ea34a2b56e5d commit: b6f8c0b6f03dc2e6eed728dd0aadc76df8ddd58c Author: Sam James gentoo org> AuthorDate: Fri Oct 2 20:37:29 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 2 20:40:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f8c0b6 dev-python/hyperframe: Stabilize 6.0.0 ALLARCHES, #745972 Signed-off-by: Sam James 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 c4e708d79af..4684a3e1fb6 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