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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87F8D158086 for ; Sat, 4 Dec 2021 02:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D66972BC00C; Sat, 4 Dec 2021 02:48:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCF672BC00C for ; Sat, 4 Dec 2021 02:48:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4754343402 for ; Sat, 4 Dec 2021 02:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 901701FE for ; Sat, 4 Dec 2021 02:48:14 +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: <1638586081.12218f98b2b3e7debb99ed3cc10dd83fa8db245f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/raet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/raet/raet-0.6.8-r3.ebuild X-VCS-Directories: dev-python/raet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 12218f98b2b3e7debb99ed3cc10dd83fa8db245f X-VCS-Branch: master Date: Sat, 4 Dec 2021 02:48:14 +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: 055d3ba8-e47c-449e-b7fa-5a23b5a4bd64 X-Archives-Hash: ee1f64367f9922fbcfc06708dcd0d700 commit: 12218f98b2b3e7debb99ed3cc10dd83fa8db245f Author: Sam James gentoo org> AuthorDate: Sat Dec 4 02:47:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 4 02:48:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12218f98 dev-python/raet: disable py3.10 Depgraph doesn't yet allow this. Signed-off-by: Sam James gentoo.org> dev-python/raet/raet-0.6.8-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/raet/raet-0.6.8-r3.ebuild b/dev-python/raet/raet-0.6.8-r3.ebuild index a35e26f13bd5..f41b578b6ce5 100644 --- a/dev-python/raet/raet-0.6.8-r3.ebuild +++ b/dev-python/raet/raet-0.6.8-r3.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{7..10}) + +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="Reliable Asynchronous Event Transport Protocol"