diff options
author | 2015-01-11 20:40:24 +0000 | |
---|---|---|
committer | 2015-01-11 20:40:24 +0000 | |
commit | bbc74844902a505abca9d7612c05e0e4f7c3900a (patch) | |
tree | d4439cb4adb0e19fa5a433cdb805e9d15f2eea0f /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')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/leechcraft.eclass | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index ddddb505f8a6..29a06620dba6 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1503 2015/01/09 18:26:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1504 2015/01/11 20:40:24 maksbotan Exp $ + + 11 Jan 2015; Maxim Koltsov <maksbotan@gentoo.org> leechcraft.eclass: + Add fallback https EGIT_REPO_URI 09 Jan 2015; Manuel Rüger <mrueg@gentoo.org> kde5-functions.eclass: Sync kde5-functions.eclass with overlay. 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 |