diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-02 16:55:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-02 16:55:37 +0000 |
commit | 1cfb73b9c6910b1974680daca61e48b0d0b5c767 (patch) | |
tree | e63975537f5d858a859ab53ddad00b47fafb8616 /sys-cluster | |
parent | whitespace (diff) | |
download | gentoo-2-1cfb73b9c6910b1974680daca61e48b0d0b5c767.tar.gz gentoo-2-1cfb73b9c6910b1974680daca61e48b0d0b5c767.tar.bz2 gentoo-2-1cfb73b9c6910b1974680daca61e48b0d0b5c767.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/lam-mpi/lam-mpi-7.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/lam-mpi/lam-mpi-7.1.4.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.1.4.ebuild index 0c20b700a227..3e46df77e573 100644 --- a/sys-cluster/lam-mpi/lam-mpi-7.1.4.ebuild +++ b/sys-cluster/lam-mpi/lam-mpi-7.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.4.ebuild,v 1.3 2008/05/02 03:10:28 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.4.ebuild,v 1.4 2008/05/02 16:55:37 mr_bones_ Exp $ inherit autotools eutils fortran flag-o-matic multilib portability @@ -47,7 +47,7 @@ src_unpack() { sed -i 's:^\(int main(int argc, char\)[^{]*\([{]\?\):\1** argv) \2:g' $f done - # eautoreconf doesn't work correctly as lam-mpi uses their own + # eautoreconf doesn't work correctly as lam-mpi uses their own # LAM_CONFIG_SUBDIR instead of AC_CONFIG_SUBDIRS. Even better, they use # variables inside of the definitions, so --trace doesn't work. for f in $(find ./ -name 'configure.ac'); do |