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 4284813835A for ; Wed, 3 Mar 2021 18:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91335E08BD; Wed, 3 Mar 2021 18:59:23 +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 7DF53E08BD for ; Wed, 3 Mar 2021 18:59:23 +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 8271F340FB1 for ; Wed, 3 Mar 2021 18:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF293585 for ; Wed, 3 Mar 2021 18:59:19 +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: <1614797955.79082b492b2e4db4ee8464f94e0c66b019fcf4ec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/greenlet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/greenlet/greenlet-1.0.0.ebuild X-VCS-Directories: dev-python/greenlet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 79082b492b2e4db4ee8464f94e0c66b019fcf4ec X-VCS-Branch: master Date: Wed, 3 Mar 2021 18:59:19 +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: 75ed0dc4-ec41-4e62-86b1-2289da670671 X-Archives-Hash: 7bf726c76ef0604fd5c9ee5c5cbc77e6 commit: 79082b492b2e4db4ee8464f94e0c66b019fcf4ec Author: Sam James gentoo org> AuthorDate: Wed Mar 3 18:59:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 3 18:59:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79082b49 dev-python/greenlet: Stabilize 1.0.0 arm, #773721 Signed-off-by: Sam James gentoo.org> dev-python/greenlet/greenlet-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/greenlet/greenlet-1.0.0.ebuild b/dev-python/greenlet/greenlet-1.0.0.ebuild index 4d8e1f7c431..a4167c6d08d 100644 --- a/dev-python/greenlet/greenlet-1.0.0.ebuild +++ b/dev-python/greenlet/greenlet-1.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 -hppa -ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 -hppa -ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" distutils_enable_sphinx doc --no-autodoc