diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2015-01-11 20:40:24 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2015-01-11 20:40:24 +0000 |
commit | bbc74844902a505abca9d7612c05e0e4f7c3900a (patch) | |
tree | d4439cb4adb0e19fa5a433cdb805e9d15f2eea0f /eclass/leechcraft.eclass | |
parent | sci-libs/cifparse-obj: Bump EAPI and fix linking (diff) | |
download | gentoo-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.eclass | 7 |
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 |