diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-07-07 12:09:06 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-07-07 12:09:06 +0000 |
commit | 3aa4ecfdcd9e3cf78d633cfcd82891b1191f16f1 (patch) | |
tree | 6ca6512f421f7a339e20d4f0d8e25054122aab11 | |
parent | Fixed DEPEND/RDEPEND issue. (diff) | |
download | historical-3aa4ecfdcd9e3cf78d633cfcd82891b1191f16f1.tar.gz historical-3aa4ecfdcd9e3cf78d633cfcd82891b1191f16f1.tar.bz2 historical-3aa4ecfdcd9e3cf78d633cfcd82891b1191f16f1.zip |
Removed IUSE=pcmcia - please contact the kernel herd before modifying.
-rw-r--r-- | eclass/linux-mod.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 3cba73611ed2..6b00f44d6774 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.46 2005/07/07 12:05:40 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.47 2005/07/07 12:09:06 brix Exp $ # Description: This eclass is used to interface with linux-info in such a way # to provide the functionality required and initial functions @@ -82,7 +82,6 @@ inherit linux-info EXPORT_FUNCTIONS pkg_setup pkg_postinst src_install src_compile pkg_postrm -IUSE="${IUSE} pcmcia" SLOT="0" DESCRIPTION="Based on the $ECLASS eclass" RDEPEND="virtual/modutils |