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 D4CD91382C5 for ; Tue, 26 May 2020 18:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 746EAE096D; Tue, 26 May 2020 18:09:57 +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 5BF92E096D for ; Tue, 26 May 2020 18:09:57 +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 4E11434EE1B for ; Tue, 26 May 2020 18:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A676D270 for ; Tue, 26 May 2020 18:09:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590516586.d4311131f81cd98e6e485a7ed3bb4185473b7daa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-greenlet/python-greenlet-1.0-r1.ebuild X-VCS-Directories: virtual/python-greenlet/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d4311131f81cd98e6e485a7ed3bb4185473b7daa X-VCS-Branch: master Date: Tue, 26 May 2020 18:09:53 +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: c7b1ec91-994c-4896-88e3-c407f93eec66 X-Archives-Hash: f3cf0db1ed58e14958dc7b43dd84ce8f commit: d4311131f81cd98e6e485a7ed3bb4185473b7daa Author: Michał Górny gentoo org> AuthorDate: Tue May 26 17:02:37 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 26 18:09:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4311131 virtual/python-greenlet: Port to py39 Signed-off-by: Michał Górny gentoo.org> virtual/python-greenlet/python-greenlet-1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild index 00e373fb83c..f452e5f894f 100644 --- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild +++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit python-r1