diff --git a/dev-util/tbump/tbump-6.11.0.ebuild b/dev-util/tbump/tbump-6.11.0-r1.ebuild similarity index 87% rename from dev-util/tbump/tbump-6.11.0.ebuild rename to dev-util/tbump/tbump-6.11.0-r1.ebuild index b0ca5dc36fb9a..b6c1c5ed7b811 100644 --- a/dev-util/tbump/tbump-6.11.0.ebuild +++ b/dev-util/tbump/tbump-6.11.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517="poetry" -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/your-tools/tbump/" if [[ "${PV}" == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/your-tools/tbump.git" + EGIT_REPO_URI="https://github.com/your-tools/${PN}" else inherit pypi