summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-09-01 21:37:24 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-09-01 21:37:48 +0000
commit0de9f1327427e331d186ea3ff835d97191efd3de (patch)
tree8babbf8a5bbaa30833e161387c6919290283d709
parentdev-python/tqdm: new ebuild (diff)
downloadgentoo-0de9f1327427e331d186ea3ff835d97191efd3de.tar.gz
gentoo-0de9f1327427e331d186ea3ff835d97191efd3de.tar.bz2
gentoo-0de9f1327427e331d186ea3ff835d97191efd3de.zip
sci-astronomy/montage: fix sed issue when mpi flag is set (bug #586412)
Package-Manager: portage-2.3.0
-rw-r--r--sci-astronomy/montage/montage-4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/montage/montage-4.1.ebuild b/sci-astronomy/montage/montage-4.1.ebuild
index 37e120759421..a887d9e59a47 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
}