diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-17 15:04:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-17 15:04:36 +0000 |
commit | 10b8b25b2413df9b9527392f8c939ef53d8b9561 (patch) | |
tree | 7b713bf5672e6d8cce9426f1980a1777b24a94fa /dev-vcs/tortoisehg/tortoisehg-9999.ebuild | |
parent | Use mirror://bitbucket. (diff) | |
download | gentoo-2-10b8b25b2413df9b9527392f8c939ef53d8b9561.tar.gz gentoo-2-10b8b25b2413df9b9527392f8c939ef53d8b9561.tar.bz2 gentoo-2-10b8b25b2413df9b9527392f8c939ef53d8b9561.zip |
Use mirror://bitbucket.
(Portage version: 2.2.0_alpha100_p9/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-9999.ebuild')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index dcafedbe164f..e1a2630f4abf 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.5 2012/03/15 03:24:39 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.6 2012/04/17 15:04:36 mgorny Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit distutils eutils multilib if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~x86" - SRC_URI="https://bitbucket.org/${PN}/targz/downloads/${P}.tar.gz" + SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz" else inherit mercurial EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg" |