diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 12:36:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 12:36:19 +0000 |
commit | fe3ea84f21bbc9fa721d6aec7cc18ee31eb1238b (patch) | |
tree | 6c9ad863a0bf27921334ff919ddd29fd427b658e /eclass | |
parent | sync IUSE (-gnome) (diff) | |
download | gentoo-2-fe3ea84f21bbc9fa721d6aec7cc18ee31eb1238b.tar.gz gentoo-2-fe3ea84f21bbc9fa721d6aec7cc18ee31eb1238b.tar.bz2 gentoo-2-fe3ea84f21bbc9fa721d6aec7cc18ee31eb1238b.zip |
add a note regarding IUSE and pcmcia
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 6b00f44d6774..9b243e4e939c 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.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/linux-mod.eclass,v 1.47 2005/07/07 12:09:06 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.48 2005/07/07 12:36:19 agriffis Exp $ # Description: This eclass is used to interface with linux-info in such a way # to provide the functionality required and initial functions @@ -82,6 +82,7 @@ inherit linux-info EXPORT_FUNCTIONS pkg_setup pkg_postinst src_install src_compile pkg_postrm +IUSE="" # don't put pcmcia here, rather in the ebuilds that actually support pcmcia SLOT="0" DESCRIPTION="Based on the $ECLASS eclass" RDEPEND="virtual/modutils |