summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2017-01-03 00:48:33 +1100
committerMark Wright <gienah@gentoo.org>2017-01-03 00:48:33 +1100
commit7949c35cc55beb75a3d9bb6d7c62430ac52d7c81 (patch)
treea22e4e7fa00617c35ffbb2ce0af8bf0a5543f1d4 /sci-mathematics
parentwww-apps/wordpress: remove older version in 4.6 branch (diff)
downloadgentoo-7949c35cc55beb75a3d9bb6d7c62430ac52d7c81.tar.gz
gentoo-7949c35cc55beb75a3d9bb6d7c62430ac52d7c81.tar.bz2
gentoo-7949c35cc55beb75a3d9bb6d7c62430ac52d7c81.zip
sci-mathematics/z3: Fix install for USE="python -doc", thanks to Toralf F?rster
for reporting. Gentoo-bug: 604362 Package-Manager: portage-2.3.3
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/z3/z3-4.5.0.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-mathematics/z3/z3-4.5.0.ebuild b/sci-mathematics/z3/z3-4.5.0.ebuild
index 58d2b6b6832c..b8f03354bdc2 100644
--- a/sci-mathematics/z3/z3-4.5.0.ebuild
+++ b/sci-mathematics/z3/z3-4.5.0.ebuild
@@ -85,11 +85,9 @@ src_compile() {
use java && java-pkg-simple_src_compile
- if use doc; then
- pushd doc || die
- ${EPYTHON} mk_api_doc.py || die
- popd || die
- fi
+ pushd doc || die
+ ${EPYTHON} mk_api_doc.py || die
+ popd || die
}
src_install() {