diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2021-09-01 17:48:29 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-09-04 09:20:48 +0300 |
commit | a8faa501f53b60b8b8008e0e34b93b4862dd8bd9 (patch) | |
tree | c4fced88e3a88c180f537577e8b8737375cb60af /dev-vcs/tortoisehg/tortoisehg-9999.ebuild | |
parent | net-misc/asterisk: version 16.20.0 (diff) | |
download | gentoo-a8faa501f53b60b8b8008e0e34b93b4862dd8bd9.tar.gz gentoo-a8faa501f53b60b8b8008e0e34b93b4862dd8bd9.tar.bz2 gentoo-a8faa501f53b60b8b8008e0e34b93b4862dd8bd9.zip |
dev-vcs/tortoisehg: 5.9 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-9999.ebuild')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 702819ea4b0b..a68201d3b429 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -11,14 +11,14 @@ inherit desktop distutils-r1 optfeature xdg-utils 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-5.7[${PYTHON_USEDEP}] - <dev-vcs/mercurial-5.9[${PYTHON_USEDEP}]" + HG_DEPEND=">=dev-vcs/mercurial-5.8[${PYTHON_USEDEP}] + <dev-vcs/mercurial-5.10[${PYTHON_USEDEP}]" S="${WORKDIR}/thg-${PV}" else inherit mercurial EHG_REPO_URI="https://foss.heptapod.net/mercurial/${PN}/thg" EHG_REVISION="stable" - HG_DEPEND=">=dev-vcs/mercurial-5.7[${PYTHON_USEDEP}]" + HG_DEPEND=">=dev-vcs/mercurial-5.8[${PYTHON_USEDEP}]" fi DESCRIPTION="Set of graphical tools for Mercurial" |