diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-03-24 23:21:33 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-03-24 23:21:33 +0000 |
commit | eec343dc1e1cd1b5e42cf13b7535244898ea4fe6 (patch) | |
tree | 3828c1fea98127d702ce718b5d518cc56c23a4a2 /sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild | |
parent | update changelog (diff) | |
download | historical-eec343dc1e1cd1b5e42cf13b7535244898ea4fe6.tar.gz historical-eec343dc1e1cd1b5e42cf13b7535244898ea4fe6.tar.bz2 historical-eec343dc1e1cd1b5e42cf13b7535244898ea4fe6.zip |
relax dependency on modutils so that it can be a virtual (remove >=, -2.4.2)
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild index af2637d4326a..dfbffe34185a 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.0.39.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/vanilla-sources/vanilla-sources-2.0.39.ebuild,v 1.5 2003/03/11 21:11:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.0.39.ebuild,v 1.6 2003/03/24 23:21:32 drobbins Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -27,7 +27,7 @@ if [ $ETYPE = "sources" ] && [ -z "`use build`" ] then #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs. DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND=">=sys-libs/ncurses-5.2 dev-lang/perl >=sys-apps/modutils-2.4.2 sys-devel/make" + RDEPEND=">=sys-libs/ncurses-5.2 dev-lang/perl sys-apps/modutils sys-devel/make" fi [ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" |