diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-05-09 20:19:10 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-05-09 20:19:10 +0000 |
commit | 688b36e6c807c9c5a3b67b131f2b053bad65d983 (patch) | |
tree | 549a2f2fde295b8f2971d5b623ca78ee4081e888 /eclass | |
parent | Added ~mips, bug 387959. (diff) | |
download | historical-688b36e6c807c9c5a3b67b131f2b053bad65d983.tar.gz historical-688b36e6c807c9c5a3b67b131f2b053bad65d983.tar.bz2 historical-688b36e6c807c9c5a3b67b131f2b053bad65d983.zip |
Fix xorg-2's git:// EGIT_REPO_URI.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/xorg-2.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index a5bb0d7d06ba..182d2a795a91 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.246 2012/05/09 16:12:16 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.247 2012/05/09 20:19:10 mattst88 Exp $ + + 09 May 2012; Matt Turner <mattst88@gentoo.org> xorg-2.eclass: + Fix xorg-2's git:// EGIT_REPO_URI. 09 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> office-ext.eclass: Add the src_unpack phase for office-ext eclass. 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 |