summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-17 02:35:37 +0100
committerSam James <sam@gentoo.org>2023-05-17 02:35:37 +0100
commit611dafabe51a79f56b870871205357436f134823 (patch)
treeeb6081a4d4136c8148f9325b7f84ea2aa68811ad
parentdev-vcs/repo: drop 2.29 (diff)
downloadgentoo-611dafabe51a79f56b870871205357436f134823.tar.gz
gentoo-611dafabe51a79f56b870871205357436f134823.tar.bz2
gentoo-611dafabe51a79f56b870871205357436f134823.zip
dev-vcs/repo: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-vcs/repo/repo-2.30.ebuild2
-rw-r--r--dev-vcs/repo/repo-2.32.ebuild2
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