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 AB133138359 for ; Sun, 25 Oct 2020 23:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED0F1E01E4; Sun, 25 Oct 2020 23:16:19 +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 CE264E01E4 for ; Sun, 25 Oct 2020 23:16:19 +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 EDA13340E94 for ; Sun, 25 Oct 2020 23:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80E8C3AB for ; Sun, 25 Oct 2020 23:16:17 +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: <1603667754.5c2a3a1325325006b4018069ea2743e020f745ef.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-0.4.17.ebuild X-VCS-Directories: dev-python/greenlet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5c2a3a1325325006b4018069ea2743e020f745ef X-VCS-Branch: master Date: Sun, 25 Oct 2020 23:16:17 +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: bd7c0e48-5606-408a-8c92-b164bf8221cb X-Archives-Hash: c1f543452e47d2d27fe80d6abbf9c89d commit: 5c2a3a1325325006b4018069ea2743e020f745ef Author: Sam James gentoo org> AuthorDate: Sun Oct 25 23:15:54 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 25 23:15:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2a3a13 dev-python/greenlet: Stabilize 0.4.17 arm64, #751133 Signed-off-by: Sam James gentoo.org> dev-python/greenlet/greenlet-0.4.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/greenlet/greenlet-0.4.17.ebuild b/dev-python/greenlet/greenlet-0.4.17.ebuild index 9a8733877cc..dd437d68176 100644 --- a/dev-python/greenlet/greenlet-0.4.17.ebuild +++ b/dev-python/greenlet/greenlet-0.4.17.ebuild @@ -16,7 +16,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" +KEYWORDS="~alpha ~amd64 ~arm arm64 -hppa -ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" DISTUTILS_IN_SOURCE_BUILD=1