summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2012-05-09 20:19:10 +0000
committerMatt Turner <mattst88@gentoo.org>2012-05-09 20:19:10 +0000
commit688b36e6c807c9c5a3b67b131f2b053bad65d983 (patch)
tree549a2f2fde295b8f2971d5b623ca78ee4081e888 /eclass/xorg-2.eclass
parentAdded ~mips, bug 387959. (diff)
downloadhistorical-688b36e6c807c9c5a3b67b131f2b053bad65d983.tar.gz
historical-688b36e6c807c9c5a3b67b131f2b053bad65d983.tar.bz2
historical-688b36e6c807c9c5a3b67b131f2b053bad65d983.zip
Fix xorg-2's git:// EGIT_REPO_URI.
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 04ef8abc79bb..d63b23e46e85 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.54 2012/05/04 15:39:29 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.55 2012/05/09 20:19:10 mattst88 Exp $
# @ECLASS: xorg-2.eclass
# @MAINTAINER:
@@ -91,7 +91,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} http://anongit.freedesktop.org/git/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}"}
+ : ${EGIT_REPO_URI:="git://anongit.freedesktop.org/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