diff options
author | Sam James <sam@gentoo.org> | 2024-01-30 10:47:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-30 10:51:10 +0000 |
commit | 7b5ae981315052b4106af8e5b72a116351e56668 (patch) | |
tree | 6b1049d87e1e94ca8518bd683b9799e577a6391c /dev-vcs/git-filter-repo | |
parent | profiles: Mask app-editors/emacs:25 for removal (diff) | |
download | gentoo-7b5ae981315052b4106af8e5b72a116351e56668.tar.gz gentoo-7b5ae981315052b4106af8e5b72a116351e56668.tar.bz2 gentoo-7b5ae981315052b4106af8e5b72a116351e56668.zip |
dev-vcs/git-filter-repo: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git-filter-repo')
-rw-r--r-- | dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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)" |