diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-04 15:15:37 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-04 15:15:37 +0000 |
commit | 761eaa7fd3963f4a949035e8950f200f31b4a6cf (patch) | |
tree | 23cc998e38f8bcd61877c50d5648f29c3d7fbb43 /eclass/x-modular.eclass | |
parent | Correct gnome-doc-utils (bug #104785) (diff) | |
download | gentoo-2-761eaa7fd3963f4a949035e8950f200f31b4a6cf.tar.gz gentoo-2-761eaa7fd3963f4a949035e8950f200f31b4a6cf.tar.bz2 gentoo-2-761eaa7fd3963f4a949035e8950f200f31b4a6cf.zip |
Apply whitespace check 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 e751f57032e0..8f538c008c9c 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.9 2005/09/03 21:07:53 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.10 2005/09/04 15:15:37 swegener Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -45,7 +45,7 @@ if [[ "${PN/#font}" != "${PN}" ]] && [[ "${PN}" != "font-alias" ]]; then fi # If we're a driver package -if [[ "${PN/#xf86-video}" != "${PN}" || "${PN/#xf86-input}" != "${PN}" ]]; +if [[ "${PN/#xf86-video}" != "${PN}" || "${PN/#xf86-input}" != "${PN}" ]] then # Don't build static driver modules DRIVER_OPTIONS="--disable-static" |