Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mantid/
Date: Sat, 31 Jan 2015 20:19:26
Message-Id: 1422536811.03860e7508278d9a3a7a4a48f25aadcaf4e6de59.ottxor@gentoo
1 commit: 03860e7508278d9a3a7a4a48f25aadcaf4e6de59
2 Author: Chris Kerr <debdepba <AT> dasganma <DOT> tk>
3 AuthorDate: Thu Jan 29 13:06:51 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 29 13:06:51 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=03860e75
7
8 using $PATCHES instead of a custom src_prepare
9
10 ---
11 sci-visualization/mantid/mantid-3.3.0.ebuild | 4 +---
12 1 file changed, 1 insertion(+), 3 deletions(-)
13
14 diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild
15 index 27a77d3..6776674 100644
16 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild
17 +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild
18 @@ -62,9 +62,7 @@ DEPEND="${RDEPEND}
19
20 S="${WORKDIR}/${P}-Source"
21
22 -src_prepare() {
23 - epatch "${FILESDIR}/${P}-minigzip-OF.patch"
24 -}
25 +PATCHES=( "${FILESDIR}/${P}-minigzip-OF.patch" )
26
27 src_configure() {
28 export CPPFLAGS="-DHAVE_IOSTREAM -DHAVE_LIMITS -DHAVE_IOMANIP ${CPPFLAGS}"