diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-03-16 20:57:43 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-03-16 20:57:43 +0000 |
commit | f4baf7d6b10309c2962e1b0986a0c00ca7bb4163 (patch) | |
tree | 37f96aceb032658cf09a72bedc756b400e2fefc4 /eclass | |
parent | fixed changelog (diff) | |
download | historical-f4baf7d6b10309c2962e1b0986a0c00ca7bb4163.tar.gz historical-f4baf7d6b10309c2962e1b0986a0c00ca7bb4163.tar.bz2 historical-f4baf7d6b10309c2962e1b0986a0c00ca7bb4163.zip |
Fix variable ref in EGIT_REPO_URI.
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 0b050af2bf94..2a97fe8a7673 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.33 2011/03/16 16:13:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.34 2011/03/16 20:57:43 mgorny 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}${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 |