commit: 611dafabe51a79f56b870871205357436f134823 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 17 01:35:37 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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