diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-07-11 21:03:56 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-07-11 21:03:56 +0000 |
commit | 835b639507e16b96cc28da0af947e480d8f90a0c (patch) | |
tree | aaae3026ecbb8a1f8854fc231296e6fed20f807f /eclass/linux-mod.eclass | |
parent | dep fixes (diff) | |
download | gentoo-2-835b639507e16b96cc28da0af947e480d8f90a0c.tar.gz gentoo-2-835b639507e16b96cc28da0af947e480d8f90a0c.tar.bz2 gentoo-2-835b639507e16b96cc28da0af947e480d8f90a0c.zip |
Fix DEPEND.blacklist: virtual/modutils for linux-mod.eclass ebuilds.
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 4f9b0c3ae8e1..57e339695972 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.49 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.50 2005/07/11 21:03:56 brix Exp $ # Description: This eclass is used to interface with linux-info in such a way # to provide the functionality required and initial functions @@ -87,9 +87,9 @@ SLOT="0" DESCRIPTION="Based on the $ECLASS eclass" RDEPEND="virtual/modutils pcmcia? ( virtual/pcmcia )" -DEPEND="${RDEPEND} - virtual/linux-sources - sys-apps/sed" +DEPEND="virtual/linux-sources + sys-apps/sed + pcmcia? ( virtual/pcmcia )" # eclass utilities # ---------------------------------- |