projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a414f97
)
sci-astronomy/montage: fix sed issue when mpi flag is set (bug #586412)
author
Sébastien Fabbro
<bicatali@gentoo.org>
Thu, 1 Sep 2016 21:37:24 +0000
(21:37 +0000)
committer
Sébastien Fabbro
<bicatali@gentoo.org>
Thu, 1 Sep 2016 21:37:48 +0000
(21:37 +0000)
Package-Manager: portage-2.3.0
sci-astronomy/montage/montage-4.1.ebuild
patch
|
blob
|
history
diff --git
a/sci-astronomy/montage/montage-4.1.ebuild
b/sci-astronomy/montage/montage-4.1.ebuild
index 37e1207594211d9f1b47c11c8c2172a541820821..a887d9e59a475715ade07ee0159e27c991afe67f 100644
(file)
--- 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
}