diff --git a/dev-vcs/git-publish/git-publish-1.8.2.ebuild b/dev-vcs/git-publish/git-publish-1.8.2-r1.ebuild similarity index 92% rename from dev-vcs/git-publish/git-publish-1.8.2.ebuild rename to dev-vcs/git-publish/git-publish-1.8.2-r1.ebuild index 92a171e58279b..2a9f025aedfdc 100644 --- a/dev-vcs/git-publish/git-publish-1.8.2.ebuild +++ b/dev-vcs/git-publish/git-publish-1.8.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 DESCRIPTION="Tool for preparing and storing patch revisions as git tag"