summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2015-01-11 20:40:24 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2015-01-11 20:40:24 +0000
commitbbc74844902a505abca9d7612c05e0e4f7c3900a (patch)
treed4439cb4adb0e19fa5a433cdb805e9d15f2eea0f /eclass/leechcraft.eclass
parentsci-libs/cifparse-obj: Bump EAPI and fix linking (diff)
downloadgentoo-2-bbc74844902a505abca9d7612c05e0e4f7c3900a.tar.gz
gentoo-2-bbc74844902a505abca9d7612c05e0e4f7c3900a.tar.bz2
gentoo-2-bbc74844902a505abca9d7612c05e0e4f7c3900a.zip
Add fallback https EGIT_REPO_URI
Diffstat (limited to 'eclass/leechcraft.eclass')
-rw-r--r--eclass/leechcraft.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass
index f48ad2715c7c..6334c23e03d2 100644
--- a/eclass/leechcraft.eclass
+++ b/eclass/leechcraft.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.16 2014/08/03 17:08:27 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.17 2015/01/11 20:40:24 maksbotan Exp $
#
# @ECLASS: leechcraft.eclass
# @MAINTAINER:
@@ -30,7 +30,8 @@ esac
inherit cmake-utils toolchain-funcs versionator
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git"
+ EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git
+ https://github.com/0xd34df00d/leechcraft.git"
EGIT_PROJECT="leechcraft"
inherit git-2