diff options
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-2.7.ebuild')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild index b2d49bf2b91c..91d631a8b82e 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild,v 1.1 2013/02/09 19:21:12 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild,v 1.2 2013/02/10 16:58:17 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -10,7 +10,7 @@ inherit distutils-r1 eutils if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~x86" SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz" - HG_DEPEND=">=dev-vcs/mercurial-2.4 <dev-vcs/mercurial-2.5" + HG_DEPEND=">=dev-vcs/mercurial-2.4 <dev-vcs/mercurial-2.6" else inherit mercurial EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg" |