diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-04-14 19:46:02 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-04-14 19:46:02 +0000 |
commit | 7d185856964b4d2d24059a21fff66770fb22126f (patch) | |
tree | cb9bebff1a2403f96cc6e202284c90016dda44a1 /sys-cluster | |
parent | Marked stable for x86 (diff) | |
download | gentoo-2-7d185856964b4d2d24059a21fff66770fb22126f.tar.gz gentoo-2-7d185856964b4d2d24059a21fff66770fb22126f.tar.bz2 gentoo-2-7d185856964b4d2d24059a21fff66770fb22126f.zip |
Unmasked
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/openmosix-user/openmosix-user-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3.ebuild index 1d500e5c6d23..761d20d07cc7 100644 --- a/sys-cluster/openmosix-user/openmosix-user-0.3.ebuild +++ b/sys-cluster/openmosix-user/openmosix-user-0.3.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-cluster/openmosix-user/openmosix-user-0.3.ebuild,v 1.2 2003/04/13 20:01:41 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3.ebuild,v 1.3 2003/04/14 19:46:02 tantive Exp $ S=${WORKDIR}/openmosix-tools-${PV} DESCRIPTION="User-land utilities for openMosix process migration (clustering) software" @@ -14,7 +14,7 @@ RDEPEND="${DEPEND} dev-lang/perl" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 -ppc -sparc -alpha" +KEYWORDS="x86 -ppc -sparc -alpha" pkg_setup() { if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then |