diff options
author | John Mylchreest <johnm@gentoo.org> | 2005-01-09 18:56:47 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2005-01-09 18:56:47 +0000 |
commit | fb6d8649b84912896732a9b7abe7ed36eb0e2f7c (patch) | |
tree | 3d026f4b703c91687719977e970c2750a844f721 /eclass | |
parent | reword warning (Manifest recommit) (diff) | |
download | gentoo-2-fb6d8649b84912896732a9b7abe7ed36eb0e2f7c.tar.gz gentoo-2-fb6d8649b84912896732a9b7abe7ed36eb0e2f7c.tar.bz2 gentoo-2-fb6d8649b84912896732a9b7abe7ed36eb0e2f7c.zip |
changing back to virtual. if this causes problems, then please look at changing the default virtual for that profile to module-init-tools
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 4a81a6758e4f..928f414d0dad 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.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/kernel-2.eclass,v 1.70 2005/01/06 14:07:27 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.71 2005/01/09 18:56:47 johnm Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -150,7 +150,7 @@ then RDEPEND="${DEPEND} !build? ( >=sys-libs/ncurses-5.2 dev-lang/perl - sys-apps/module-init-tools + virtual/modutils sys-devel/make )" [ $(kernel_is_2_4) $? == 0 ] && PROVIDE="virtual/linux-sources" \ |