summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-05-17 07:59:02 +0000
committerMichał Górny <mgorny@gentoo.org>2011-05-17 07:59:02 +0000
commit6287efd707ea8fd69d1dc8174182b53334cc8204 (patch)
tree6f142a9351b71be54c45284e0fff45e5606892ab /eclass/xorg-2.eclass
parentx86 stable wrt security bug #352213 (diff)
downloadgentoo-2-6287efd707ea8fd69d1dc8174182b53334cc8204.tar.gz
gentoo-2-6287efd707ea8fd69d1dc8174182b53334cc8204.tar.bz2
gentoo-2-6287efd707ea8fd69d1dc8174182b53334cc8204.zip
Add a http fallback URI for git.
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r--eclass/xorg-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index d303dee67454..2b62373d9b6d 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.44 2011/05/14 16:27:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.45 2011/05/17 07:59:02 mgorny Exp $
#
# @ECLASS: xorg-2.eclass
# @MAINTAINER:
@@ -90,7 +90,7 @@ fi
: ${XORG_PACKAGE_NAME:=${PN}}
if [[ -n ${GIT_ECLASS} ]]; then
- : ${EGIT_REPO_URI:="git://anongit.freedesktop.org/git/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}"}
+ : ${EGIT_REPO_URI:="git://anongit.freedesktop.org/git/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME} http://anongit.freedesktop.org/git/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}"}
elif [[ -n ${XORG_BASE_INDIVIDUAL_URI} ]]; then
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${P}.tar.bz2"
fi