diff options
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 |