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 | 9b0b6d66b57bf841b0237cda52ffd74ad366a325 (patch) | |
tree | 6398f54f4b08372ca804776efab3866cb79da3f7 | |
parent | sync IUSE (-gnome) (diff) | |
download | historical-9b0b6d66b57bf841b0237cda52ffd74ad366a325.tar.gz historical-9b0b6d66b57bf841b0237cda52ffd74ad366a325.tar.bz2 historical-9b0b6d66b57bf841b0237cda52ffd74ad366a325.zip |
add a note regarding IUSE and pcmcia
-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 |