Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/zhu3d/
Date: Tue, 09 Jan 2018 02:35:50
Message-Id: 1515465293.31831e9aa81c162e07ef15270da5056a2256e64b.asturm@gentoo
1 commit: 31831e9aa81c162e07ef15270da5056a2256e64b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 02:34:53 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 02:34:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31831e9a
7
8 sci-visualization/zhu3d: Run eqmake5 in src_configure
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-visualization/zhu3d/zhu3d-4.2.6-r1.ebuild | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/sci-visualization/zhu3d/zhu3d-4.2.6-r1.ebuild b/sci-visualization/zhu3d/zhu3d-4.2.6-r1.ebuild
16 index ac1712166ff..8704bda7f1f 100644
17 --- a/sci-visualization/zhu3d/zhu3d-4.2.6-r1.ebuild
18 +++ b/sci-visualization/zhu3d/zhu3d-4.2.6-r1.ebuild
19 @@ -43,9 +43,7 @@ src_prepare() {
20 sed \
21 -e "/# Optimisation/,/# Include/d" \
22 -i ${PN}.pro || die "optimisation sed failed"
23 -}
24
25 -src_configure() {
26 eqmake5 zhu3d.pro
27 }