summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-03-14 06:43:16 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-03-14 06:43:16 +0000
commit02d5454ce347bb9dde08cf34909bedf298281ce7 (patch)
tree2c4067520e86d9907af61c41e7d9ed7058742468 /eclass/kernel.eclass
parentconsole-tools has been PROVIDEd by sys-apps/kbd for the longest time, so chan... (diff)
downloadgentoo-2-02d5454ce347bb9dde08cf34909bedf298281ce7.tar.gz
gentoo-2-02d5454ce347bb9dde08cf34909bedf298281ce7.tar.bz2
gentoo-2-02d5454ce347bb9dde08cf34909bedf298281ce7.zip
console-tools->kbd
Diffstat (limited to 'eclass/kernel.eclass')
-rw-r--r--eclass/kernel.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass
index 03c64f782bda..2073f9d91501 100644
--- a/eclass/kernel.eclass
+++ b/eclass/kernel.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.44 2003/12/14 22:45:49 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.45 2004/03/14 06:43:16 seemant Exp $
#
# This eclass contains the common functions to be used by all lostlogic
# based kernel ebuilds
@@ -16,7 +16,7 @@ IUSE="${IUSE} build"
if [ "${ETYPE}" = "sources" ]
then
- #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
+ #kbd is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
DEPEND="!build? ( sys-apps/sed
>=sys-devel/binutils-2.11.90.0.31 )
app-admin/addpatches"