diff options
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.4.16.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.4.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |