diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-11-08 09:57:49 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-11-08 10:04:42 +0100 |
commit | ce76e68ed685fcdacb53e16358870dea72a5a109 (patch) | |
tree | 6fda6e1abea27b85692b18bf3c9f1973d904b5b8 /dev-vcs | |
parent | dev-vcs/mercurial: Bump to version 4.4.1 (diff) | |
download | gentoo-ce76e68ed685fcdacb53e16358870dea72a5a109.tar.gz gentoo-ce76e68ed685fcdacb53e16358870dea72a5a109.tar.bz2 gentoo-ce76e68ed685fcdacb53e16358870dea72a5a109.zip |
dev-vcs/tortoisehg: Minor adjustment in live ebuild.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 9fe522559a03..747cc0ce0345 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 eutils if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~x86" SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz" - HG_DEPEND=">=dev-vcs/mercurial-3.6 <dev-vcs/mercurial-3.8" + HG_DEPEND=">=dev-vcs/mercurial-4.3 <dev-vcs/mercurial-4.5" else inherit mercurial EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg" |