commit:     0de9f1327427e331d186ea3ff835d97191efd3de
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 21:37:24 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 21:37:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de9f132

sci-astronomy/montage: fix sed issue when mpi flag is set (bug #586412)

Package-Manager: portage-2.3.0

 sci-astronomy/montage/montage-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/montage/montage-4.1.ebuild 
b/sci-astronomy/montage/montage-4.1.ebuild
index 37e1207..a887d9e 100644
--- a/sci-astronomy/montage/montage-4.1.ebuild
+++ b/sci-astronomy/montage/montage-4.1.ebuild
@@ -52,7 +52,7 @@ src_prepare() {
        if use mpi; then
                sed -e 's:# MPICC:MPICC:' \
                        -e 's:# BINS:BINS:' \
-                       -i Montage/Makefile || die
+                       -i Montage/Makefile.* || die
        fi
 }
 

Reply via email to