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 | d164a31263c058569b2f255a9e3d9f72802698fb (patch) | |
tree | 6c8a573611f74dc509493e7801f1c74aee844e7b /eclass | |
parent | clean up (diff) | |
download | gentoo-2-d164a31263c058569b2f255a9e3d9f72802698fb.tar.gz gentoo-2-d164a31263c058569b2f255a9e3d9f72802698fb.tar.bz2 gentoo-2-d164a31263c058569b2f255a9e3d9f72802698fb.zip |
No virtual yet, depend on directly on sys-apps/pcmcia-cs.
Diffstat (limited to '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 # ---------------------------------- |