diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-23 14:55:11 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-23 14:55:11 +0000 |
commit | 9ac8d8fd5de9313b759a9ac46ff8787c369e58ca (patch) | |
tree | 9038c39ce988000949a387679f8af8d707be1d80 /eclass/pcmcia.eclass | |
parent | Keyworded ~sparc (diff) | |
download | gentoo-2-9ac8d8fd5de9313b759a9ac46ff8787c369e58ca.tar.gz gentoo-2-9ac8d8fd5de9313b759a9ac46ff8787c369e58ca.tar.bz2 gentoo-2-9ac8d8fd5de9313b759a9ac46ff8787c369e58ca.zip |
No need to treat IUSE as incremental, portage handles it.
Diffstat (limited to 'eclass/pcmcia.eclass')
-rw-r--r-- | eclass/pcmcia.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/pcmcia.eclass b/eclass/pcmcia.eclass index 3911fae44dad..d702b21547b6 100644 --- a/eclass/pcmcia.eclass +++ b/eclass/pcmcia.eclass @@ -1,6 +1,6 @@ # 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.9 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pcmcia.eclass,v 1.10 2005/08/23 14:55:11 swegener Exp $ # pcmcia.eclass - This eclass facilities writing ebuilds for driver packages # that may need to build against the pcmcia-cs drivers, depending on kernel @@ -23,9 +23,8 @@ inherit eutils - DESCRIPTION="eclass for drivers that may build against pcmcia-cs" -IUSE="${IUSE} pcmcia" +IUSE="pcmcia" # Be VERY careful when pumping the PCMCIA_BASE_VERSION. May require remaking some patches, etc # Ugly, but portage doesn't like more dynamics SRC_URIs. |