diff options
author | 2005-09-04 15:15:37 +0000 | |
---|---|---|
committer | 2005-09-04 15:15:37 +0000 | |
commit | 60202262aa8f90d4bf919e1212462f9c3b771d72 (patch) | |
tree | dad97b49b13e0536a51df829550b8d104466f85c /eclass/x-modular.eclass | |
parent | Correct gnome-doc-utils (bug #104785) (diff) | |
download | historical-60202262aa8f90d4bf919e1212462f9c3b771d72.tar.gz historical-60202262aa8f90d4bf919e1212462f9c3b771d72.tar.bz2 historical-60202262aa8f90d4bf919e1212462f9c3b771d72.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" |