summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2009-06-16 23:06:57 +0530
committerNirbheek Chauhan <nirbheek@gentoo.org>2009-06-16 23:06:57 +0530
commitf18540fef2220a24cf92f54dbcb8fc5f21acd505 (patch)
treed5184372f8bb0527be06a41df10fa25f9971d175 /eclass
parentAdd sys-fs/udev-extras, add checks to eclass for gtkdocize and intltoolize (diff)
downloadgnome-live-f18540fef2220a24cf92f54dbcb8fc5f21acd505.tar.gz
gnome-live-f18540fef2220a24cf92f54dbcb8fc5f21acd505.tar.bz2
gnome-live-f18540fef2220a24cf92f54dbcb8fc5f21acd505.zip
Add net-misc/networkmanager
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnome2-live.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass
index a2934ef..318aec5 100644
--- a/eclass/gnome2-live.eclass
+++ b/eclass/gnome2-live.eclass
@@ -33,8 +33,8 @@ ELTCONF=${ELTCONF:-}
# Default module svn path
MODPATH=${MODPATH:-"${PN}"}
-# SVN URI for the project
-EGIT_REPO_URI="git://git.gnome.org/${MODPATH}"
+# GIT URI for the project
+EGIT_REPO_URI="${EGIT_REPO_URI:-"git://git.gnome.org/${MODPATH}"}"
# Unset SRC_URI auto-set by gnome2.eclass
SRC_URI=""