diff options
author | 2006-01-01 01:14:59 +0000 | |
---|---|---|
committer | 2006-01-01 01:14:59 +0000 | |
commit | 466763dc3793d410c92ff9b27665c6eae52f1af0 (patch) | |
tree | 0fadd4d247e0522d84770dafaff0e8da261034f9 /eclass/x-modular.eclass | |
parent | New upstream version. (diff) | |
download | historical-466763dc3793d410c92ff9b27665c6eae52f1af0.tar.gz historical-466763dc3793d410c92ff9b27665c6eae52f1af0.tar.bz2 historical-466763dc3793d410c92ff9b27665c6eae52f1af0.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index c5c96025541e..626739822a1a 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.36 2005/12/23 16:41:52 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.37 2006/01/01 01:14:59 swegener Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -107,7 +107,7 @@ if [[ "${PN/#xf86-video}" != "${PN}" ]] || [[ "${PN/#xf86-input}" != "${PN}" ]]; DRIVER="yes" # Add driver patchset to SRC_URI - SRC_URI="${SRC_URI} + SRC_URI="${SRC_URI} http://dev.gentoo.org/~joshuabaergen/distfiles/x11-driver-patches-${XDPVER}.tar.bz2" fi |