diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:48 +0000 |
commit | b2532b7982f9b228bbe3d39fee2e6c760800ed8b (patch) | |
tree | 9e5ed0a7ef13a53145634639a77eefc7c69b356c /sys-kernel/linux-headers | |
parent | moved perl from sys-devel to dev-lang (diff) | |
download | historical-b2532b7982f9b228bbe3d39fee2e6c760800ed8b.tar.gz historical-b2532b7982f9b228bbe3d39fee2e6c760800ed8b.tar.bz2 historical-b2532b7982f9b228bbe3d39fee2e6c760800ed8b.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'sys-kernel/linux-headers')
14 files changed, 27 insertions, 27 deletions
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 12627213bb70..3f81c68b2b98 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-2003 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.10 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.2.20.ebuild,v 1.11 2003/03/11 21:11:48 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,7 +38,7 @@ then # with them, so they stay. #console-tools 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 >=sys-apps/modutils-2.4.2 sys-devel/perl" + DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/console-tools >=sys-apps/modutils-2.4.2 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 37ea8f448dad..59ede07933d2 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-2003 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.10 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.2.21_pre3.ebuild,v 1.11 2003/03/11 21:11:48 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 @@ -41,7 +41,7 @@ then # with them, so they stay. #console-tools 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 >=sys-apps/modutils-2.4.2 sys-devel/perl" + DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/console-tools >=sys-apps/modutils-2.4.2 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 527b0d8c5c8a..3d548ea4fbc0 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-2003 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.9 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.16-r1.ebuild,v 1.10 2003/03/11 21:11:48 seemant Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -40,7 +40,7 @@ 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 >=sys-apps/modutils-2.4.2 sys-devel/perl" + DEPEND="sys-apps/console-tools >=sys-apps/modutils-2.4.2 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 39e8dad149e2..d6b76f21bec8 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-2003 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.9 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.16-r3.ebuild,v 1.10 2003/03/11 21:11:48 seemant Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -52,7 +52,7 @@ 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. - DEPEND=">=sys-devel/binutils-2.11.92.0.12.3 sys-apps/console-tools >=sys-apps/modutils-2.4.2 sys-devel/perl" + DEPEND=">=sys-devel/binutils-2.11.92.0.12.3 sys-apps/console-tools >=sys-apps/modutils-2.4.2 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 cb0999fc3b73..1b9e50880b12 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-2003 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.10 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.16.ebuild,v 1.11 2003/03/11 21:11:48 seemant Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -38,7 +38,7 @@ 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 >=sys-apps/modutils-2.4.2 sys-devel/perl" + DEPEND="sys-apps/console-tools >=sys-apps/modutils-2.4.2 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 148f12253fe8..b8e01506aa11 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-2003 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.9 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.17-r3.ebuild,v 1.10 2003/03/11 21:11:48 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 @@ -40,7 +40,7 @@ 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. - DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/console-tools >=sys-apps/modutils-2.4.2 sys-devel/perl" + DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/console-tools >=sys-apps/modutils-2.4.2 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 7a148f2d88fa..ac00f1c80c58 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-2003 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.9 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.17-r4.ebuild,v 1.10 2003/03/11 21:11:48 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 @@ -52,7 +52,7 @@ 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. - DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/console-tools >=sys-apps/modutils-2.4.2 sys-devel/perl" + DEPEND=">=sys-devel/binutils-2.11.90.0.31 sys-apps/console-tools >=sys-apps/modutils-2.4.2 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 54c736a3fed9..380de8267d23 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-2003 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.11 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.17-r5.ebuild,v 1.12 2003/03/11 21:11:48 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 @@ -45,7 +45,7 @@ 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. DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND=">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/xfsprogs-${XFSV} sys-apps/kbd >=sys-apps/dmapi-${XFSV} >=sys-apps/modutils-2.4.2 sys-devel/make >=sys-apps/attr-${XFSV} >=sys-apps/acl-${XFSV} >=sys-apps/xfsdump-${XFSV}" + RDEPEND=">=sys-libs/ncurses-5.2 dev-lang/perl >=sys-apps/xfsprogs-${XFSV} sys-apps/kbd >=sys-apps/dmapi-${XFSV} >=sys-apps/modutils-2.4.2 sys-devel/make >=sys-apps/attr-${XFSV} >=sys-apps/acl-${XFSV} >=sys-apps/xfsdump-${XFSV}" fi [ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" 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 c24e5f2c1e55..49fc9e3d53de 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-2003 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.6 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.18-r1.ebuild,v 1.7 2003/03/11 21:11:48 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 @@ 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. DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND =">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make" + RDEPEND =">=sys-libs/ncurses-5.2 dev-lang/perl >=sys-apps/modutils-2.4.2 sys-devel/make" if [ "$KERNEL_ARCH" = "sparc64" ] then # Need special compiler for this platform 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 80f13a074ae2..fb18f062dba0 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-2003 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.14 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild,v 1.15 2003/03/11 21:11:48 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 @@ -32,7 +32,7 @@ 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. DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND =">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make" + RDEPEND =">=sys-libs/ncurses-5.2 dev-lang/perl >=sys-apps/modutils-2.4.2 sys-devel/make" if [ "$KERNEL_ARCH" = "" ] then # Need special compiler for this platform 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 a439e6e48805..ded29c6f5b89 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-2003 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.7 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.18.ebuild,v 1.8 2003/03/11 21:11:48 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 @@ -23,7 +23,7 @@ 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. DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND=">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make" + RDEPEND=">=sys-libs/ncurses-5.2 dev-lang/perl >=sys-apps/modutils-2.4.2 sys-devel/make" fi [ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" 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 dfac1b393ef4..abd087b52532 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-2003 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.8 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.19-r1.ebuild,v 1.9 2003/03/11 21:11:48 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 @@ -32,7 +32,7 @@ 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. DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND =">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make ? sys-devel/egcs64-sparc" + RDEPEND =">=sys-libs/ncurses-5.2 dev-lang/perl >=sys-apps/modutils-2.4.2 sys-devel/make ? sys-devel/egcs64-sparc" fi [ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" 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 ff2c100bc9c8..896aba129ffe 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-2003 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.13 2003/03/11 11:31:40 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild,v 1.14 2003/03/11 21:11:48 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 @@ -32,7 +32,7 @@ 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. DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND =">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make ? sys-devel/egcs64-sparc" + RDEPEND =">=sys-libs/ncurses-5.2 dev-lang/perl >=sys-apps/modutils-2.4.2 sys-devel/make ? sys-devel/egcs64-sparc" fi [ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" diff --git a/sys-kernel/linux-headers/linux-headers-2.4.20.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.20.ebuild index 6a083a5d5738..aae552291f7e 100644 --- a/sys-kernel/linux-headers/linux-headers-2.4.20.ebuild +++ b/sys-kernel/linux-headers/linux-headers-2.4.20.ebuild @@ -40,7 +40,7 @@ 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. DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND =">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make ? sys-devel/egcs64-sparc" + RDEPEND =">=sys-libs/ncurses-5.2 dev-lang/perl >=sys-apps/modutils-2.4.2 sys-devel/make ? sys-devel/egcs64-sparc" fi [ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" |