From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4390F138406 for ; Fri, 11 Jan 2013 20:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2363E04C2; Fri, 11 Jan 2013 20:45:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61B33E04C2 for ; Fri, 11 Jan 2013 20:45:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CEDA33DA02 for ; Fri, 11 Jan 2013 20:45:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E1287E4075 for ; Fri, 11 Jan 2013 20:45:46 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: <1357937135.62fb4a1447fae02ebebececf0d1bc46455ee457c.jsbronder@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/mpi.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: 62fb4a1447fae02ebebececf0d1bc46455ee457c X-VCS-Branch: master Date: Fri, 11 Jan 2013 20:45:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 133964aa-9ea0-4f5b-b55c-45b9cb5ef4d7 X-Archives-Hash: 8482ce4a60f11101f0fc3252b8b5970b commit: 62fb4a1447fae02ebebececf0d1bc46455ee457c Author: Justin Bronder gentoo org> AuthorDate: Fri Jan 11 20:45:18 2013 +0000 Commit: Justin Bronder gentoo org> CommitDate: Fri Jan 11 20:45:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=62fb4a14 mpi.eclass: fix whitespace --- eclass/mpi.eclass | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eclass/mpi.eclass b/eclass/mpi.eclass index 361b0e7..b411ae9 100644 --- a/eclass/mpi.eclass +++ b/eclass/mpi.eclass @@ -9,11 +9,11 @@ inherit multilib # Justin Bronder # @BLURB: Common functions for mpi-pkg.eclass and mpi-imp.eclass -# History: -# 2009-06-26 (jsbronder): Add ability to require common use flags. +# History: +# 2009-06-26 (jsbronder): Add ability to require common use flags. # Remove dep on eselect-mpi (it's in sys-cluster/empi) # Use virtual/$class to get imp dep in mpi_pkg_deplist. -# 2008-11-20 (jsbronder): Initial rewrite from old mpi.eclass +# 2008-11-20 (jsbronder): Initial rewrite from old mpi.eclass ##################### @@ -216,7 +216,7 @@ mpi_imp_deplist() { } mpi_imp_add_eselect() { - mpi_classed || return 0 + mpi_classed || return 0 local c=$(mpi_class) cp "${FILESDIR}"/${MPI_ESELECT_FILE} ${T}/${c}.eselect || die sed -i \ @@ -357,7 +357,7 @@ mpi_pkg_fc() { _mpi_pkg_compiler "MPI_FC" "f90 fc"; } # @USAGE: # @DESCRIPTION: Adds the correct path(s) to the end of LD_LIBRARY_PATH. Does # nothing if the build is unclassed. -mpi_pkg_set_ld_library_path() { +mpi_pkg_set_ld_library_path() { if mpi_classed; then export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$(_get_eselect_var LD_LIBRARY_PATH)" fi @@ -404,7 +404,7 @@ mpi_pkg_set_env() { # @FUNCTION: mpi_pkg_restore_env # @USAGE: # @DESCRIPTION: Attempts to undo the damage done by mpi_pkg_set_env -mpi_pkg_restore_env() { +mpi_pkg_restore_env() { if mpi_classed; then export CC=$_mpi_oCC export CXX=$_mpi_oCXX