diff options
author | John Mylchreest <johnm@gentoo.org> | 2005-04-25 18:47:12 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2005-04-25 18:47:12 +0000 |
commit | d5e12ac93a5dc866fecf9eaedc15d0922e500710 (patch) | |
tree | 7d2783a8a753d27bf1ce012b14778bd5180d42f3 /eclass/linux-mod.eclass | |
parent | marked ~alpha and ~hppa (diff) | |
download | gentoo-2-d5e12ac93a5dc866fecf9eaedc15d0922e500710.tar.gz gentoo-2-d5e12ac93a5dc866fecf9eaedc15d0922e500710.tar.bz2 gentoo-2-d5e12ac93a5dc866fecf9eaedc15d0922e500710.zip |
Reverting pcmcia iuse change
Diffstat (limited to 'eclass/linux-mod.eclass')
-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 834873251465..b9948a6a7db8 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.35 2005/04/22 19:10:32 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.36 2005/04/25 18:47:12 johnm 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,6 @@ ECLASS=linux-mod INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_setup pkg_postinst src_install src_compile -IUSE="${IUSE} pcmcia" SLOT="0" DESCRIPTION="Based on the $ECLASS eclass" DEPEND="virtual/linux-sources |