diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-03-14 06:43:16 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-03-14 06:43:16 +0000 |
commit | 7c0eff912d9232a5b10b4511bd6485657d875c32 (patch) | |
tree | 0eb070cfd4829502db92d278d3106c3ba305230a /eclass/kernel.eclass | |
parent | console-tools has been PROVIDEd by sys-apps/kbd for the longest time, so chan... (diff) | |
download | historical-7c0eff912d9232a5b10b4511bd6485657d875c32.tar.gz historical-7c0eff912d9232a5b10b4511bd6485657d875c32.tar.bz2 historical-7c0eff912d9232a5b10b4511bd6485657d875c32.zip |
console-tools->kbd
Diffstat (limited to 'eclass/kernel.eclass')
-rw-r--r-- | eclass/kernel.eclass | 4 |
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" |