diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-12 11:08:08 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-12 11:08:08 +0000 |
commit | 2276bec29ba8fc1bb9000a5075dc021df73b7a1e (patch) | |
tree | 2f83db3c18273b981afc782d0ffaf2d4fc06640e /sys-cluster/lam-mpi | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-2276bec29ba8fc1bb9000a5075dc021df73b7a1e.tar.gz gentoo-2-2276bec29ba8fc1bb9000a5075dc021df73b7a1e.tar.bz2 gentoo-2-2276bec29ba8fc1bb9000a5075dc021df73b7a1e.zip |
QA: Trim whitespace
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-cluster/lam-mpi')
-rw-r--r-- | sys-cluster/lam-mpi/lam-mpi-7.1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/lam-mpi/lam-mpi-7.1.1-r2.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.1.1-r2.ebuild index 2b65e9e7778f..bed29d131191 100644 --- a/sys-cluster/lam-mpi/lam-mpi-7.1.1-r2.ebuild +++ b/sys-cluster/lam-mpi/lam-mpi-7.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1-r2.ebuild,v 1.4 2005/07/12 08:12:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.1-r2.ebuild,v 1.5 2005/07/12 11:08:08 swegener Exp $ inherit fortran flag-o-matic @@ -60,7 +60,7 @@ src_compile() { use pbs && append-ldflags -L/usr/lib/pbs if use fortran; then - fortran_pkg_setup + fortran_pkg_setup # this is NOT in pkg_setup as it is NOT needed for RDEPEND right away it # can be installed after merging from binary, and still have things fine myconf="${myconf} --with-fc=${FORTRANC}" |