summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2009-03-25 15:52:58 +0000
committerJustin Bronder <jsbronder@gentoo.org>2009-03-25 15:52:58 +0000
commitda36e3429df1bdb7957439bc150a842a4db73acb (patch)
tree082032c73bfbb8c0441d58dad73db38a1da785c4 /sys-cluster
parentalpha/ia64/x86 stable, remove old (diff)
downloadgentoo-2-da36e3429df1bdb7957439bc150a842a4db73acb.tar.gz
gentoo-2-da36e3429df1bdb7957439bc150a842a4db73acb.tar.bz2
gentoo-2-da36e3429df1bdb7957439bc150a842a4db73acb.zip
Fix #257086 again. The previous fix was copied incorrectly from the ebuild in the science overlay.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/openmpi/ChangeLog6
-rw-r--r--sys-cluster/openmpi/openmpi-1.3.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog
index ba8609358848..43e0dcbcecd6 100644
--- a/sys-cluster/openmpi/ChangeLog
+++ b/sys-cluster/openmpi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/openmpi
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.39 2009/03/19 16:02:57 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.40 2009/03/25 15:52:58 jsbronder Exp $
+
+ 25 Mar 2009; Justin Bronder <jsbronder@gentoo.org> openmpi-1.3.1.ebuild:
+ Fix #257086 again. The previous fix was copied incorrectly from the ebuild
+ in the science overlay.
*openmpi-1.3.1 (19 Mar 2009)
diff --git a/sys-cluster/openmpi/openmpi-1.3.1.ebuild b/sys-cluster/openmpi/openmpi-1.3.1.ebuild
index d6d1b516c532..8c34d3952ece 100644
--- a/sys-cluster/openmpi/openmpi-1.3.1.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.3.1.ebuild,v 1.1 2009/03/19 16:02:57 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.3.1.ebuild,v 1.2 2009/03/25 15:52:58 jsbronder Exp $
EAPI=1
inherit eutils multilib flag-o-matic toolchain-funcs fortran
@@ -88,7 +88,7 @@ src_compile() {
fi
# Push Vampir Trace includes to a subdir.
- c="${c} --with-contrib-vt-flags=\"--includedir=/usr/include/vt\""
+ myconf="${myconf} --with-contrib-vt-flags=\"--includedir=/usr/include/vt\""
econf ${myconf} \
$(use_enable cxx mpi-cxx) \