From 0de9f1327427e331d186ea3ff835d97191efd3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fabbro?= Date: Thu, 1 Sep 2016 21:37:24 +0000 Subject: [PATCH] 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 37e1207594211..a887d9e59a475 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 }