summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-03-14 06:42:18 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-03-14 06:42:18 +0000
commitec4ccf45e7cd9df3af1c6f3423236aee9d72ec27 (patch)
tree3b5773c71bb420f3e9d819f804478e6afab3deaf /sys-kernel
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-ec4ccf45e7cd9df3af1c6f3423236aee9d72ec27.tar.gz
gentoo-2-ec4ccf45e7cd9df3af1c6f3423236aee9d72ec27.tar.bz2
gentoo-2-ec4ccf45e7cd9df3af1c6f3423236aee9d72ec27.zip
console-tools has been PROVIDEd by sys-apps/kbd for the longest time, so changed the dependency info to sys-apps/kbd from sys-apps/console-tools
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/linux-headers/ChangeLog13
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.2.20.ebuild6
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.2.21_pre3.ebuild6
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.16-r1.ebuild6
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.16-r3.ebuild6
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.16.ebuild6
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild6
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.17-r4.ebuild6
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.17-r5.ebuild4
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.18-r1.ebuild4
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild4
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.18.ebuild4
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.19-r1.ebuild4
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.19.ebuild4
14 files changed, 45 insertions, 34 deletions
diff --git a/sys-kernel/linux-headers/ChangeLog b/sys-kernel/linux-headers/ChangeLog
index d048109782f3..e04d9c278748 100644
--- a/sys-kernel/linux-headers/ChangeLog
+++ b/sys-kernel/linux-headers/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for sys-kernel/linux-headers
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.54 2004/03/13 13:34:40 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.55 2004/03/14 06:42:18 seemant Exp $
*linux-headers-2.6.4 (13 Mar 2004)
@@ -8,6 +8,17 @@
files/linux-headers-2.6.4-appCompat.patch:
Version bump; also fixes bugs #40419 and #44265.
+ 13 Mar 2004; Seemant Kulleen <seemant@gentoo.org>
+ linux-headers-2.2.20.ebuild, linux-headers-2.2.21_pre3.ebuild,
+ linux-headers-2.4.16-r1.ebuild, linux-headers-2.4.16-r3.ebuild,
+ linux-headers-2.4.16.ebuild, linux-headers-2.4.17-r3.ebuild,
+ linux-headers-2.4.17-r4.ebuild, linux-headers-2.4.17-r5.ebuild,
+ linux-headers-2.4.18-r1.ebuild, linux-headers-2.4.18-r2.ebuild,
+ linux-headers-2.4.18.ebuild, linux-headers-2.4.19-r1.ebuild,
+ linux-headers-2.4.19.ebuild:
+ console-tools has been PROVIDEd by sys-apps/kbd for the longest time, so
+ changed the dependency info to sys-apps/kbd from sys-apps/console-tools
+
08 Mar 2004; Jason Wever <weeve@gentoo.org> linux-headers-2.4.23.ebuild:
Added ~sparc keyword to help resolve bug #43233.
diff --git a/sys-kernel/linux-headers/linux-headers-2.2.20.ebuild b/sys-kernel/linux-headers/linux-headers-2.2.20.ebuild
index 0b05de804c33..29a24861c3c2 100644
--- a/sys-kernel/linux-headers/linux-headers-2.2.20.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.2.20.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.2.20.ebuild,v 1.18 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.2.20.ebuild,v 1.19 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -36,9 +36,9 @@ if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
#The following two notes may not be true w/ 2.2, but 2.2 seems to work just fine
# with them, so they stay.
- #console-tools is needed to solve the loadkeys fiasco.
+ #sys-apps/kbd is needed to solve the loadkeys fiasco.
#binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
- DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/console-tools virtual/modutils dev-lang/perl"
+ DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/kbd virtual/modutils dev-lang/perl"
RDEPEND=">=sys-libs/ncurses-5.2 >=sys-apps/baselayout-1.7.4"
fi
diff --git a/sys-kernel/linux-headers/linux-headers-2.2.21_pre3.ebuild b/sys-kernel/linux-headers/linux-headers-2.2.21_pre3.ebuild
index 5055bc402dc8..240679d6bdec 100644
--- a/sys-kernel/linux-headers/linux-headers-2.2.21_pre3.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.2.21_pre3.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.2.21_pre3.ebuild,v 1.18 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.2.21_pre3.ebuild,v 1.19 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -39,9 +39,9 @@ if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
#The following two notes may not be true w/ 2.2, but 2.2 seems to work just fine
# with them, so they stay.
- #console-tools is needed to solve the loadkeys fiasco.
+ #sys-apps/kbd is needed to solve the loadkeys fiasco.
#binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
- DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/console-tools virtual/modutils dev-lang/perl"
+ DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/kbd virtual/modutils dev-lang/perl"
RDEPEND=">=sys-libs/ncurses-5.2 >=sys-apps/baselayout-1.7.4"
fi
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.16-r1.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.16-r1.ebuild
index f66f370b0818..81cb763237cb 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.16-r1.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.16-r1.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.4.16-r1.ebuild,v 1.18 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.16-r1.ebuild,v 1.19 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
@@ -39,8 +39,8 @@ HOMEPAGE="http://www.kernel.org/ http://www.namesys.com http://www.sistina.com/l
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- #console-tools is needed to solve the loadkeys fiasco.
- DEPEND="sys-apps/console-tools virtual/modutils dev-lang/perl"
+ #sys-apps/kbd is needed to solve the loadkeys fiasco.
+ DEPEND="sys-apps/kbd virtual/modutils dev-lang/perl"
RDEPEND=">=sys-libs/ncurses-5.2"
fi
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.16-r3.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.16-r3.ebuild
index 0c4d902ce4e7..6b6d06f92213 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.16-r3.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.16-r3.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.4.16-r3.ebuild,v 1.18 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.16-r3.ebuild,v 1.19 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
@@ -50,9 +50,9 @@ HOMEPAGE="http://www.kernel.org/ http://www.namesys.com http://www.sistina.com/l
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- #console-tools is needed to solve the loadkeys fiasco.
+ #sys-apps/kbd is needed to solve the loadkeys fiasco.
#binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
- DEPEND=">=sys-devel/binutils-2.11.92.0.12.3 sys-apps/console-tools virtual/modutils dev-lang/perl"
+ DEPEND=">=sys-devel/binutils-2.11.92.0.12.3 sys-apps/kbd virtual/modutils dev-lang/perl"
RDEPEND=">=sys-libs/ncurses-5.2"
fi
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.16.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.16.ebuild
index a2cce66f1f5e..36a29cb6877b 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.16.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.16.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.4.16.ebuild,v 1.19 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.16.ebuild,v 1.20 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
@@ -37,8 +37,8 @@ HOMEPAGE="http://www.kernel.org/ http://www.namesys.com http://www.sistina.com/l
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- #console-tools is needed to solve the loadkeys fiasco.
- DEPEND="sys-apps/console-tools virtual/modutils dev-lang/perl"
+ #sys-apps/kbd is needed to solve the loadkeys fiasco.
+ DEPEND="sys-apps/kbd virtual/modutils dev-lang/perl"
RDEPEND=">=sys-libs/ncurses-5.2"
fi
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild
index 9fd57f12ea39..7e761c819841 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild,v 1.17 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild,v 1.18 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -38,9 +38,9 @@ XFSV=20020124
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- #console-tools is needed to solve the loadkeys fiasco.
+ #sys-apps/kbd is needed to solve the loadkeys fiasco.
#binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
- DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/console-tools virtual/modutils dev-lang/perl"
+ DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/kbd virtual/modutils dev-lang/perl"
RDEPEND=">=sys-libs/ncurses-5.2 >=sys-apps/xfsprogs-${XFSV} >=sys-apps/dmapi-${XFSV} >=sys-apps/attr-${XFSV} >=sys-apps/acl-${XFSV} >=sys-apps/xfsdump-${XFSV}"
fi
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.17-r4.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.17-r4.ebuild
index 4e4466a76968..f981e09a5435 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.17-r4.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.17-r4.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.4.17-r4.ebuild,v 1.17 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.17-r4.ebuild,v 1.18 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -50,9 +50,9 @@ XFSV=20020124
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- #console-tools is needed to solve the loadkeys fiasco.
+ #sys-apps/kbd is needed to solve the loadkeys fiasco.
#binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
- DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/console-tools virtual/modutils dev-lang/perl"
+ DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/kbd virtual/modutils dev-lang/perl"
RDEPEND=">=sys-libs/ncurses-5.2 >=sys-apps/xfsprogs-${XFSV} >=sys-apps/dmapi-${XFSV} >=sys-apps/attr-${XFSV} >=sys-apps/acl-${XFSV} >=sys-apps/xfsdump-${XFSV}"
fi
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.17-r5.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.17-r5.ebuild
index 4f6d3c957ba9..f84433b007bd 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.17-r5.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.17-r5.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.4.17-r5.ebuild,v 1.19 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.17-r5.ebuild,v 1.20 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -43,7 +43,7 @@ XFSV=20020124
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
+ #sys-apps/kbd is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
DEPEND=">=sys-devel/binutils-2.11.90.0.31"
RDEPEND=">=sys-libs/ncurses-5.2 dev-lang/perl >=sys-apps/xfsprogs-${XFSV} sys-apps/kbd >=sys-apps/dmapi-${XFSV} virtual/modutils sys-devel/make >=sys-apps/attr-${XFSV} >=sys-apps/acl-${XFSV} >=sys-apps/xfsdump-${XFSV}"
fi
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.18-r1.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.18-r1.ebuild
index d40985b1e1fe..7b4ee983f419 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.18-r1.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.18-r1.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.4.18-r1.ebuild,v 1.15 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.18-r1.ebuild,v 1.16 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -29,7 +29,7 @@ fi
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
+ #sys-apps/kbd is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
DEPEND=">=sys-devel/binutils-2.11.90.0.31"
RDEPEND =">=sys-libs/ncurses-5.2 dev-lang/perl virtual/modutils sys-devel/make"
if [ "$KERNEL_ARCH" = "sparc64" ]
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild
index 016e9b406e7f..1c1fde0183ef 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild,v 1.23 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild,v 1.24 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -30,7 +30,7 @@ fi
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
+ #sys-apps/kbd is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
DEPEND=">=sys-devel/binutils-2.11.90.0.31"
RDEPEND =">=sys-libs/ncurses-5.2 dev-lang/perl virtual/modutils sys-devel/make"
if [ "$KERNEL_ARCH" = "" ]
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.18.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.18.ebuild
index bd0687f2c729..8e0f404b66de 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.18.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.18.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.4.18.ebuild,v 1.15 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.18.ebuild,v 1.16 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -21,7 +21,7 @@ HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/"
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
+ #sys-apps/kbd is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
DEPEND=">=sys-devel/binutils-2.11.90.0.31"
RDEPEND=">=sys-libs/ncurses-5.2 dev-lang/perl virtual/modutils sys-devel/make"
fi
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.19-r1.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.19-r1.ebuild
index 4dc4e9d5f83a..c71ca955a243 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.19-r1.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.19-r1.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.4.19-r1.ebuild,v 1.21 2004/03/07 08:06:12 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.19-r1.ebuild,v 1.22 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -31,7 +31,7 @@ fi
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
+ #sys-apps/kbd is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
DEPEND=">=sys-devel/binutils-2.11.90.0.31"
RDEPEND =">=sys-libs/ncurses-5.2 dev-lang/perl virtual/modutils sys-devel/make ? sys-devel/egcs64-sparc"
fi
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild
index e62510f06641..82b43693094b 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild
@@ -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/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild,v 1.22 2004/01/08 07:04:10 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild,v 1.23 2004/03/14 06:42:18 seemant Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -30,7 +30,7 @@ fi
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
+ #sys-apps/kbd is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs.
DEPEND=">=sys-devel/binutils-2.11.90.0.31"
RDEPEND =">=sys-libs/ncurses-5.2 dev-lang/perl virtual/modutils sys-devel/make ? sys-devel/egcs64-sparc"
fi