Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/montage/
Date: Thu, 01 Sep 2016 21:38:41
Message-Id: 1472765868.0de9f1327427e331d186ea3ff835d97191efd3de.bicatali@gentoo
1 commit: 0de9f1327427e331d186ea3ff835d97191efd3de
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 21:37:24 2016 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 21:37:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de9f132
7
8 sci-astronomy/montage: fix sed issue when mpi flag is set (bug #586412)
9
10 Package-Manager: portage-2.3.0
11
12 sci-astronomy/montage/montage-4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-astronomy/montage/montage-4.1.ebuild b/sci-astronomy/montage/montage-4.1.ebuild
16 index 37e1207..a887d9e 100644
17 --- a/sci-astronomy/montage/montage-4.1.ebuild
18 +++ b/sci-astronomy/montage/montage-4.1.ebuild
19 @@ -52,7 +52,7 @@ src_prepare() {
20 if use mpi; then
21 sed -e 's:# MPICC:MPICC:' \
22 -e 's:# BINS:BINS:' \
23 - -i Montage/Makefile || die
24 + -i Montage/Makefile.* || die
25 fi
26 }