diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-10-25 21:37:54 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-10-25 21:37:54 +0000 |
commit | 1f3b916c0e7824e288034996924d65fe42f1e50e (patch) | |
tree | 2745209d1287589789522a543c5ecc91b980f5a2 /eclass/kernel.eclass | |
parent | update cuz I fixored it. (diff) | |
download | gentoo-2-1f3b916c0e7824e288034996924d65fe42f1e50e.tar.gz gentoo-2-1f3b916c0e7824e288034996924d65fe42f1e50e.tar.bz2 gentoo-2-1f3b916c0e7824e288034996924d65fe42f1e50e.zip |
update to use package addpatches
Diffstat (limited to 'eclass/kernel.eclass')
-rw-r--r-- | eclass/kernel.eclass | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass index aab4e3272c20..e30c4084bb1b 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.10 2002/10/25 19:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.11 2002/10/25 21:37:54 lostlogic Exp $ # This eclass contains the common functions to be used by all lostlogic # based kernel ebuilds @@ -21,7 +21,9 @@ SLOT="0" 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 )" + DEPEND="!build? ( sys-apps/sed + >=sys-devel/binutils-2.11.90.0.31 + >=app-admin/addpatches-0.2 )" RDEPEND="${DEPEND} !build? ( >=sys-libs/ncurses-5.2 sys-devel/perl @@ -70,7 +72,7 @@ kernel_src_unpack() { kernel_exclude - ./addpatches . ${WORKDIR}/linux-${KV} || die "Addpatches failed, bad KERNEL_ExCLUDE?" + /usr/bin/addpatches . ${WORKDIR}/linux-${KV} || die "Addpatches failed, bad KERNEL_ExCLUDE?" kernel_universal_unpack |