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 | 02d5454ce347bb9dde08cf34909bedf298281ce7 (patch) | |
tree | 2c4067520e86d9907af61c41e7d9ed7058742468 /eclass | |
parent | console-tools has been PROVIDEd by sys-apps/kbd for the longest time, so chan... (diff) | |
download | gentoo-2-02d5454ce347bb9dde08cf34909bedf298281ce7.tar.gz gentoo-2-02d5454ce347bb9dde08cf34909bedf298281ce7.tar.bz2 gentoo-2-02d5454ce347bb9dde08cf34909bedf298281ce7.zip |
console-tools->kbd
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 4 | ||||
-rw-r--r-- | eclass/kernel.eclass | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 3c0cb4619142..03421e20bddf 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.31 2004/02/18 22:33:29 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.32 2004/03/14 06:43:16 seemant Exp $ # kernel.eclass rewrite for a clean base regarding the 2.6 series of kernel # with back-compatibility for 2.4 @@ -67,7 +67,7 @@ kernel_is_2_6() { # capture the sources type and set depends 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 )" 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" |