diff options
author | 2005-04-22 19:10:32 +0000 | |
---|---|---|
committer | 2005-04-22 19:10:32 +0000 | |
commit | eaedf8de607162ef6372c23ac3ad35b681f49f81 (patch) | |
tree | b68f160a69707565e66e19f2cfc990e76c7939ec /eclass | |
parent | www-proxy/amphetadesk -> net-news/amphetadesk (diff) | |
download | historical-eaedf8de607162ef6372c23ac3ad35b681f49f81.tar.gz historical-eaedf8de607162ef6372c23ac3ad35b681f49f81.tar.bz2 historical-eaedf8de607162ef6372c23ac3ad35b681f49f81.zip |
Adding pcmcia flag. Closes #90025, Cheers Georgi
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 e319154c6618..834873251465 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.34 2005/04/11 22:26:28 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.35 2005/04/22 19:10:32 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,6 +84,7 @@ 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 |