diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-03-17 22:43:22 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-03-17 22:43:22 +0000 |
commit | 97f7c6a8ad5fb496f6a404c3e490dd3954fb30ce (patch) | |
tree | 8c80f8485f06a1421274b7c85b86a762a95dc7e8 /eclass | |
parent | Bump version for font-util so we enforce upgrade. (diff) | |
download | historical-97f7c6a8ad5fb496f6a404c3e490dd3954fb30ce.tar.gz historical-97f7c6a8ad5fb496f6a404c3e490dd3954fb30ce.tar.bz2 historical-97f7c6a8ad5fb496f6a404c3e490dd3954fb30ce.zip |
Allow pre-setting the GIT repository path in the ebuild as well.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index cfaf75ab7da8..eb36270899a9 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.35 2011/03/17 22:40:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.36 2011/03/17 22:43:22 flameeyes Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -93,7 +93,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}"} elif [[ -n ${XORG_BASE_INDIVIDUAL_URI} ]]; then SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${P}.tar.bz2" fi |