diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2004-10-05 15:29:39 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2004-10-05 15:29:39 +0000 |
commit | 51eb8107a6bc293b6304d119a59df9328d935db4 (patch) | |
tree | abb042627d1a2ad387f0741b487db6cd51930b62 /sys-cluster/lam-mpi/lam-mpi-7.1.ebuild | |
parent | fixed installation. (diff) | |
download | historical-51eb8107a6bc293b6304d119a59df9328d935db4.tar.gz historical-51eb8107a6bc293b6304d119a59df9328d935db4.tar.bz2 historical-51eb8107a6bc293b6304d119a59df9328d935db4.zip |
Add ~sparc keyword. (lamtests-7.1.1, pyMPI both OK.)
Diffstat (limited to 'sys-cluster/lam-mpi/lam-mpi-7.1.ebuild')
-rw-r--r-- | sys-cluster/lam-mpi/lam-mpi-7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/lam-mpi/lam-mpi-7.1.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.1.ebuild index 5d1c181e2be9..aa6e06596106 100644 --- a/sys-cluster/lam-mpi/lam-mpi-7.1.ebuild +++ b/sys-cluster/lam-mpi/lam-mpi-7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.ebuild,v 1.1 2004/09/23 09:07:40 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.ebuild,v 1.2 2004/10/05 15:29:39 fmccor Exp $ IUSE="crypt" @@ -19,7 +19,7 @@ RDEPEND="${DEPEND} !sys-cluster/mpich" SLOT="6" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" LICENSE="as-is" src_unpack() { |