diff options
Diffstat (limited to 'sys-cluster/openmpi/openmpi-1.1.1.ebuild')
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/openmpi/openmpi-1.1.1.ebuild b/sys-cluster/openmpi/openmpi-1.1.1.ebuild index eeb429afa383..e551465927d2 100644 --- a/sys-cluster/openmpi/openmpi-1.1.1.ebuild +++ b/sys-cluster/openmpi/openmpi-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.1.1.ebuild,v 1.1 2006/09/25 07:41:15 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.1.1.ebuild,v 1.2 2006/09/25 15:29:11 dberkholz Exp $ inherit eutils multilib flag-o-matic toolchain-funcs fortran @@ -8,7 +8,7 @@ inherit eutils multilib flag-o-matic toolchain-funcs fortran MY_P=${P/-mpi} S=${WORKDIR}/${MY_P} -DESCRIPTION="A High Performance Message Passing Library" +DESCRIPTION="A high-performance message passing library (MPI)" HOMEPAGE="http://www.open-mpi.org" SRC_URI="http://www.open-mpi.org/software/ompi/v1.1/downloads/${MY_P}.tar.bz2" LICENSE="BSD" |