diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-09 03:34:53 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-09 03:34:53 +0100 |
commit | 31831e9aa81c162e07ef15270da5056a2256e64b (patch) | |
tree | ea0e9cd72cfacf88e0fd512f5b43e7b1670ad533 | |
parent | media-sound/bempc: Drop old (diff) | |
download | gentoo-31831e9aa81c162e07ef15270da5056a2256e64b.tar.gz gentoo-31831e9aa81c162e07ef15270da5056a2256e64b.tar.bz2 gentoo-31831e9aa81c162e07ef15270da5056a2256e64b.zip |
sci-visualization/zhu3d: Run eqmake5 in src_configure
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r-- | sci-visualization/zhu3d/zhu3d-4.2.6-r1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sci-visualization/zhu3d/zhu3d-4.2.6-r1.ebuild b/sci-visualization/zhu3d/zhu3d-4.2.6-r1.ebuild index ac1712166ff8..8704bda7f1f0 100644 --- a/sci-visualization/zhu3d/zhu3d-4.2.6-r1.ebuild +++ b/sci-visualization/zhu3d/zhu3d-4.2.6-r1.ebuild @@ -43,9 +43,7 @@ src_prepare() { sed \ -e "/# Optimisation/,/# Include/d" \ -i ${PN}.pro || die "optimisation sed failed" -} -src_configure() { eqmake5 zhu3d.pro } |