diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-05-12 20:08:53 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-05-12 20:08:53 +0000 |
commit | aebf4098d63e29e9fedc4eb79661f737f3b9fe61 (patch) | |
tree | 0068095a1229231915f43d579f06933bd9c7db4f /eclass/linux-mod.eclass | |
parent | Stable on hppa. (diff) | |
download | historical-aebf4098d63e29e9fedc4eb79661f737f3b9fe61.tar.gz historical-aebf4098d63e29e9fedc4eb79661f737f3b9fe61.tar.bz2 historical-aebf4098d63e29e9fedc4eb79661f737f3b9fe61.zip |
Somehow the IUSE=pcmcia line sneaked in again...
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 67a7aece51d7..e60341e19896 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.37 2005/05/03 22:55:03 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.38 2005/05/12 20:08:53 brix Exp $ # Description: This eclass is used to interface with linux-info in such a way # to provide the functionality required and initial functions @@ -84,7 +84,7 @@ ECLASS=linux-mod INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_setup pkg_postinst src_install src_compile pkg_postrm -IUSE="${IUSE} pcmcia" +IUSE="${IUSE}" SLOT="0" DESCRIPTION="Based on the $ECLASS eclass" DEPEND="virtual/linux-sources |