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 7E8DB15806E for ; Wed, 17 May 2023 01:38:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD998E0875; Wed, 17 May 2023 01:38: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 BFCF3E0875 for ; Wed, 17 May 2023 01:38: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 87564340E3F for ; Wed, 17 May 2023 01:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D50BEA79 for ; Wed, 17 May 2023 01:38:18 +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: <1684287337.611dafabe51a79f56b870871205357436f134823.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/repo/repo-2.30.ebuild dev-vcs/repo/repo-2.32.ebuild X-VCS-Directories: dev-vcs/repo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 611dafabe51a79f56b870871205357436f134823 X-VCS-Branch: master Date: Wed, 17 May 2023 01:38:18 +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: 1a83066f-b02a-4e59-af08-af8f82a704dd X-Archives-Hash: 373dacd10b580e3cb32c1ac8349d30d6 commit: 611dafabe51a79f56b870871205357436f134823 Author: Sam James gentoo org> AuthorDate: Wed May 17 01:35:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 17 01:35:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611dafab dev-vcs/repo: disable py3.9 Signed-off-by: Sam James gentoo.org> dev-vcs/repo/repo-2.30.ebuild | 2 +- dev-vcs/repo/repo-2.32.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/repo/repo-2.30.ebuild b/dev-vcs/repo/repo-2.30.ebuild index 689627ea3f59..25394f1e60c7 100644 --- a/dev-vcs/repo/repo-2.30.ebuild +++ b/dev-vcs/repo/repo-2.30.ebuild @@ -7,7 +7,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit bash-completion-r1 python-r1 diff --git a/dev-vcs/repo/repo-2.32.ebuild b/dev-vcs/repo/repo-2.32.ebuild index 3f8289ccea46..c008c0bbe33c 100644 --- a/dev-vcs/repo/repo-2.32.ebuild +++ b/dev-vcs/repo/repo-2.32.ebuild @@ -7,7 +7,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit bash-completion-r1 python-r1