diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-04-11 22:26:28 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-04-11 22:26:28 +0000 |
commit | 2ce55bf5307dc1205e0d7daf92e3781afdbbc956 (patch) | |
tree | 840b1d238aecf47ddc2e18154d9d12c80203b3e5 /eclass/linux-mod.eclass | |
parent | clean up (diff) | |
download | historical-2ce55bf5307dc1205e0d7daf92e3781afdbbc956.tar.gz historical-2ce55bf5307dc1205e0d7daf92e3781afdbbc956.tar.bz2 historical-2ce55bf5307dc1205e0d7daf92e3781afdbbc956.zip |
No virtual yet, depend on directly on sys-apps/pcmcia-cs.
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 ac2ff7b9f7d0..e319154c6618 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.33 2005/04/11 20:02:06 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.34 2005/04/11 22:26:28 brix Exp $ # Description: This eclass is used to interface with linux-info in such a way # to provide the functionality required and initial functions @@ -89,7 +89,7 @@ DESCRIPTION="Based on the $ECLASS eclass" DEPEND="virtual/linux-sources sys-apps/sed virtual/modutils - pcmcia? ( virtual/pcmcia )" + pcmcia? ( sys-apps/pcmcia-cs )" # eclass utilities # ---------------------------------- |