diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
commit | a18b8c502d697dde5b46e9fa54867d99d8528c63 (patch) | |
tree | 5e3d3675e2764dc2b1589043df9a5864c250ca17 /eclass/pcmcia.eclass | |
parent | Update to support selinux USE flag (blame spb). (diff) | |
download | historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.gz historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.bz2 historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.zip |
QA: Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/pcmcia.eclass')
-rw-r--r-- | eclass/pcmcia.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/pcmcia.eclass b/eclass/pcmcia.eclass index 7da9831c1503..3911fae44dad 100644 --- a/eclass/pcmcia.eclass +++ b/eclass/pcmcia.eclass @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/pcmcia.eclass,v 1.8 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pcmcia.eclass,v 1.9 2005/07/11 15:08:06 swegener Exp $ -# pcmcia.eclass - This eclass facilities writing ebuilds for driver packages +# pcmcia.eclass - This eclass facilities writing ebuilds for driver packages # that may need to build against the pcmcia-cs drivers, depending on kernel # support, pcmcia-cs version installed, etc. @@ -16,7 +16,7 @@ # if this information is needed. These will be blank if kernel PCMCIA support # is detected. -# Functions - pcmcia_src_unpack unpacks and patches as needed the pcmcia-cs +# Functions - pcmcia_src_unpack unpacks and patches as needed the pcmcia-cs # sources in ${WORKDIR}/${PCMCIA_SOURCE_DIR} and set the two variables. # pcmcia_configure will configure the pcmcia-cs sources if that is needed |