summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-10-27 19:05:13 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-10-27 19:05:13 +0000
commit55b1308846017795afc1ca67f8012909c196b3af (patch)
tree2f5bf2eb89e0e200bf005c6cea563d8a31323683 /eclass/kernel.eclass
parentNew version. (diff)
downloadgentoo-2-55b1308846017795afc1ca67f8012909c196b3af.tar.gz
gentoo-2-55b1308846017795afc1ca67f8012909c196b3af.tar.bz2
gentoo-2-55b1308846017795afc1ca67f8012909c196b3af.zip
addpatches is needed no matter who we are or when we are building.
Diffstat (limited to 'eclass/kernel.eclass')
-rw-r--r--eclass/kernel.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass
index 998c79288c74..4e92e42288f8 100644
--- a/eclass/kernel.eclass
+++ b/eclass/kernel.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.12 2002/10/26 12:36:53 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.13 2002/10/27 19:05:13 lostlogic Exp $
# This eclass contains the common functions to be used by all lostlogic
# based kernel ebuilds
@@ -22,8 +22,8 @@ if [ $ETYPE = "sources" ]
then
#console-tools 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-0.2 )"
+ >=sys-devel/binutils-2.11.90.0.31 )
+ app-admin/addpatches"
RDEPEND="${DEPEND}
!build? ( >=sys-libs/ncurses-5.2
sys-devel/perl