summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-12-12 06:39:29 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-12-12 06:39:29 +0000
commita8dd0318bc7cc4f36dde42de7259889cc5067fe2 (patch)
tree11388d227b5c105e8fced52758cd1de34a62050b /sys-kernel
parentUpdate to newest version. (diff)
downloadgentoo-2-a8dd0318bc7cc4f36dde42de7259889cc5067fe2.tar.gz
gentoo-2-a8dd0318bc7cc4f36dde42de7259889cc5067fe2.tar.bz2
gentoo-2-a8dd0318bc7cc4f36dde42de7259889cc5067fe2.zip
added a console-tools dependency.
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.16.ebuild5
-rw-r--r--sys-kernel/linux-sources/linux-sources-2.4.16.ebuild5
2 files changed, 6 insertions, 4 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 be330f954871..fb0a2d7167ce 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.16.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.16.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.16.ebuild,v 1.1 2001/12/06 19:06:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.16.ebuild,v 1.2 2001/12/12 06:39:29 drobbins Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
@@ -35,7 +35,8 @@ HOMEPAGE="http://www.kernel.org/ http://www.namesys.com http://www.sistina.com/l
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- DEPEND=">=sys-apps/modutils-2.4.2 sys-devel/perl"
+ #console-tools is needed to solve the loadkeys fiasco.
+ DEPEND="sys-apps/console-tools >=sys-apps/modutils-2.4.2 sys-devel/perl"
RDEPEND=">=sys-libs/ncurses-5.2"
fi
diff --git a/sys-kernel/linux-sources/linux-sources-2.4.16.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.16.ebuild
index a0940d70ac74..a1f551341f0d 100644
--- a/sys-kernel/linux-sources/linux-sources-2.4.16.ebuild
+++ b/sys-kernel/linux-sources/linux-sources-2.4.16.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.16.ebuild,v 1.1 2001/12/06 19:00:21 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.16.ebuild,v 1.2 2001/12/12 06:39:29 drobbins Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
@@ -35,7 +35,8 @@ HOMEPAGE="http://www.kernel.org/ http://www.namesys.com http://www.sistina.com/l
if [ $PN = "linux-sources" ] && [ -z "`use build`" ]
then
- DEPEND=">=sys-apps/modutils-2.4.2 sys-devel/perl"
+ #console-tools is needed to solve the loadkeys fiasco.
+ DEPEND="sys-apps/console-tools >=sys-apps/modutils-2.4.2 sys-devel/perl"
RDEPEND=">=sys-libs/ncurses-5.2"
fi