diff options
author | 2025-01-19 21:03:19 +0300 | |
---|---|---|
committer | 2025-02-11 21:56:46 +0100 | |
commit | 5a8d6b6d4f1c3472063b22abf236c321fe60e903 (patch) | |
tree | ca4241fb06d8267558e77feda4f6db3dd07bca7e /dev-vcs | |
parent | media-sound/qpwgraph: drop 0.7.8 (diff) | |
download | gentoo-5a8d6b6d4f1c3472063b22abf236c321fe60e903.tar.gz gentoo-5a8d6b6d4f1c3472063b22abf236c321fe60e903.tar.bz2 gentoo-5a8d6b6d4f1c3472063b22abf236c321fe60e903.zip |
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@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/40211
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-6.9.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 1 |
2 files changed, 0 insertions, 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 |