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 6C4D8138359 for ; Fri, 18 Sep 2020 08:26:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF927E085E; Fri, 18 Sep 2020 08:26:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 DB496E085E for ; Fri, 18 Sep 2020 08:26:26 +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 EB130340EE6 for ; Fri, 18 Sep 2020 08:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC3AC388 for ; Fri, 18 Sep 2020 08:26:22 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1600417575.bb017ed6adad1b763c1bed9e2d59fd706dff8556.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eventlet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/eventlet/eventlet-0.26.1.ebuild X-VCS-Directories: dev-python/eventlet/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: bb017ed6adad1b763c1bed9e2d59fd706dff8556 X-VCS-Branch: master Date: Fri, 18 Sep 2020 08:26:22 +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: 63b3e74c-aaa9-4d9e-868b-29b7196d7222 X-Archives-Hash: a0b51c0b8aa5d6936d7d4fef7597c355 commit: bb017ed6adad1b763c1bed9e2d59fd706dff8556 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Sep 18 08:25:08 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Sep 18 08:26:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb017ed6 dev-python/eventlet: x86 stable wrt bug #742800 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/eventlet/eventlet-0.26.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/eventlet/eventlet-0.26.1.ebuild b/dev-python/eventlet/eventlet-0.26.1.ebuild index cf2f065b91d..888bbee1f73 100644 --- a/dev-python/eventlet/eventlet-0.26.1.ebuild +++ b/dev-python/eventlet/eventlet-0.26.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~s390 ~sparc x86" IUSE="doc examples test" RDEPEND="