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 AFBDD15808B for ; Thu, 10 Mar 2022 09:45:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E830E08BD; Thu, 10 Mar 2022 09:45:22 +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 2B1A3E08BD for ; Thu, 10 Mar 2022 09:45:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4A1E83432E3 for ; Thu, 10 Mar 2022 09:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73B8C33A for ; Thu, 10 Mar 2022 09:45:16 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1646875272.c09ddac73b9a95ce6d4d998f2cb1180b9de87efe.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/zake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/zake/zake-0.2.2.ebuild X-VCS-Directories: dev-python/zake/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: c09ddac73b9a95ce6d4d998f2cb1180b9de87efe X-VCS-Branch: master Date: Thu, 10 Mar 2022 09:45:16 +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: adeb0d9c-ea4c-4de8-bb20-e6171962afd3 X-Archives-Hash: 2eb0d081438e36e71787b7adf2aaf031 commit: c09ddac73b9a95ce6d4d998f2cb1180b9de87efe Author: Alessandro Barbieri gmail com> AuthorDate: Thu Mar 10 01:21:12 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Thu Mar 10 01:21:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c09ddac7 dev-python/zake: disable py3.10, pypy3 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/zake/zake-0.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/zake/zake-0.2.2.ebuild b/dev-python/zake/zake-0.2.2.ebuild index 3ce6fb10a..5838c8b44 100644 --- a/dev-python/zake/zake-0.2.2.ebuild +++ b/dev-python/zake/zake-0.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1