summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-03-21 22:27:47 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-03-21 22:27:47 +0000
commit01397fff0f5fd918c42da4e9f7bc98c614dddd15 (patch)
tree331c4dcd2bf5c3895b8efc321025dad9d36e8388 /sys-kernel/openmosix-sources
parentnew openmosix-user tools (diff)
downloadhistorical-01397fff0f5fd918c42da4e9f7bc98c614dddd15.tar.gz
historical-01397fff0f5fd918c42da4e9f7bc98c614dddd15.tar.bz2
historical-01397fff0f5fd918c42da4e9f7bc98c614dddd15.zip
added RDEPEND on openmosix-user tools
Diffstat (limited to 'sys-kernel/openmosix-sources')
-rw-r--r--sys-kernel/openmosix-sources/openmosix-sources-2.4.17_pre3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/openmosix-sources/openmosix-sources-2.4.17_pre3.ebuild b/sys-kernel/openmosix-sources/openmosix-sources-2.4.17_pre3.ebuild
index 6e650230bb14..5baa70c00e14 100644
--- a/sys-kernel/openmosix-sources/openmosix-sources-2.4.17_pre3.ebuild
+++ b/sys-kernel/openmosix-sources/openmosix-sources-2.4.17_pre3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 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/openmosix-sources/openmosix-sources-2.4.17_pre3.ebuild,v 1.1 2002/03/21 21:34:27 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/openmosix-sources-2.4.17_pre3.ebuild,v 1.2 2002/03/21 22:27:47 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
@@ -21,7 +21,7 @@ if [ $PN = "openmosix-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 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make"
+ RDEPEND="~sys-libs/openmosix-user-0.1.3 >=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make"
fi
[ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include"