diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-10-27 19:05:13 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-10-27 19:05:13 +0000 |
commit | 4fa2fc55811fcb8156fd8acd082b0c62775d4685 (patch) | |
tree | fbfd256953f90bb0fbd2e6d1f97a61bf0548d12b /eclass | |
parent | New version. (diff) | |
download | historical-4fa2fc55811fcb8156fd8acd082b0c62775d4685.tar.gz historical-4fa2fc55811fcb8156fd8acd082b0c62775d4685.tar.bz2 historical-4fa2fc55811fcb8156fd8acd082b0c62775d4685.zip |
addpatches is needed no matter who we are or when we are building.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel.eclass | 6 |
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 |