commit: 5a8d6b6d4f1c3472063b22abf236c321fe60e903 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Sun Jan 19 18:03:19 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Feb 11 20:56:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8d6b6d
dev-vcs/tortoisehg: 6.9, rm additional 'python_gen_cond_dep' condition Bug: https://bugs.gentoo.org/948006 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/40211 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-vcs/tortoisehg/tortoisehg-6.9.ebuild | 1 - dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild index 026b203968d8..bf1ef62aa9ba 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild @@ -11,7 +11,6 @@ if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~arm64 ~x86" SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz -> ${P}.tar.gz" HG_DEPEND=">=dev-vcs/mercurial-6.3[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-vcs/mercurial-6.9[${PYTHON_USEDEP}]' python3_13 ) <dev-vcs/mercurial-6.10[${PYTHON_USEDEP}]" S="${WORKDIR}/thg-${PV}" else diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 888aa2f9a021..a0a9f7742d77 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -11,7 +11,6 @@ if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~arm64 ~x86" SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz -> ${P}.tar.gz" HG_DEPEND=">=dev-vcs/mercurial-6.3[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-vcs/mercurial-6.9[${PYTHON_USEDEP}]' python3_13 ) <dev-vcs/mercurial-6.10[${PYTHON_USEDEP}]" S="${WORKDIR}/thg-${PV}" else
