diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-10 13:04:58 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-10 13:04:58 +0000 |
commit | 9bd5b587680dca5b6a6de9e5948b8566d84450e4 (patch) | |
tree | 49bb03cbd2583581a30622590284aa8ff4879621 /sys-cluster | |
parent | amd64 stable, bug 157799 (diff) | |
download | gentoo-2-9bd5b587680dca5b6a6de9e5948b8566d84450e4.tar.gz gentoo-2-9bd5b587680dca5b6a6de9e5948b8566d84450e4.tar.bz2 gentoo-2-9bd5b587680dca5b6a6de9e5948b8566d84450e4.zip |
amd64 stable, bug 157799
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/lam-mpi/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/sys-cluster/lam-mpi/ChangeLog b/sys-cluster/lam-mpi/ChangeLog index 7b83d2a0c344..16da730aea52 100644 --- a/sys-cluster/lam-mpi/ChangeLog +++ b/sys-cluster/lam-mpi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/lam-mpi -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.53 2006/12/28 15:51:17 gustavoz Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.54 2007/02/10 13:04:58 beandog Exp $ + + 10 Feb 2007; Steve Dibb <beandog@gentoo.org> lam-mpi-7.1.2.ebuild: + amd64 stable, bug 157799 28 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> lam-mpi-7.1.2.ebuild: Stable on sparc wrt #157799 diff --git a/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild index b86cf8857e74..488987e99315 100644 --- a/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild +++ b/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.2.ebuild,v 1.9 2006/12/28 15:51:17 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild,v 1.10 2007/02/10 13:04:58 beandog Exp $ inherit autotools eutils fortran flag-o-matic multilib portability @@ -15,17 +15,17 @@ DESCRIPTION="the LAM MPI parallel computing environment" SRC_URI="http://www.lam-mpi.org/download/files/${MY_P}.tar.bz2" HOMEPAGE="http://www.lam-mpi.org" DEPEND="virtual/libc - pbs? ( virtual/pbs ) - !sys-cluster/mpich - !sys-cluster/openmpi - !sys-cluster/mpich2" + pbs? ( virtual/pbs ) + !sys-cluster/mpich + !sys-cluster/openmpi + !sys-cluster/mpich2" # we need ssh if we want to use it instead of rsh RDEPEND="${DEPEND} crypt? ( net-misc/openssh ) !crypt? ( net-misc/netkit-rsh )" SLOT="6" -KEYWORDS="~amd64 ~ppc ppc64 sparc x86" +KEYWORDS="amd64 ~ppc ppc64 sparc x86" LICENSE="as-is" # confcache breaks the make process RESTRICT="confcache" |