diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-05-01 22:37:09 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-05-01 22:37:09 +0000 |
commit | e193295b2343dfd3b139c1f5221d51211593db4b (patch) | |
tree | b41549ca17f9786d17fcfee9594b25ee5acc50fd /sys-cluster | |
parent | cosmetic changes (diff) | |
download | gentoo-2-e193295b2343dfd3b139c1f5221d51211593db4b.tar.gz gentoo-2-e193295b2343dfd3b139c1f5221d51211593db4b.tar.bz2 gentoo-2-e193295b2343dfd3b139c1f5221d51211593db4b.zip |
unmasked
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild index 44f0c3d1425a..0b6a8996ad41 100644 --- a/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild +++ b/sys-cluster/openmosix-user/openmosix-user-0.3-r1.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-r1.ebuild,v 1.3 2003/05/01 22:31:52 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild,v 1.4 2003/05/01 22:37:09 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 |