commit: 7b5ae981315052b4106af8e5b72a116351e56668
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 10:47:22 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 10:51:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5ae981
dev-vcs/git-filter-repo: disable py3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild | 2 +-
dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
index 526f66ecd117..5519692b3750 100644
--- a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
+++ b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Quickly rewrite git repository history (filter-branch
replacement)"
diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild
b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild
index 38da8b921c39..c54f9866d9bd 100644
--- a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild
+++ b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Quickly rewrite git repository history (filter-branch
replacement)"