Gentoo Archives: gentoo-commits

From: Mark Wright <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/
Date: Mon, 02 Jan 2017 13:48:54
Message-Id: 1483364913.7949c35cc55beb75a3d9bb6d7c62430ac52d7c81.gienah@gentoo
1 commit: 7949c35cc55beb75a3d9bb6d7c62430ac52d7c81
2 Author: Mark Wright <gienah <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 13:48:33 2017 +0000
4 Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 13:48:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7949c35c
7
8 sci-mathematics/z3: Fix install for USE="python -doc", thanks to Toralf F?rster
9 for reporting.
10
11 Gentoo-bug: 604362
12
13 Package-Manager: portage-2.3.3
14
15 sci-mathematics/z3/z3-4.5.0.ebuild | 8 +++-----
16 1 file changed, 3 insertions(+), 5 deletions(-)
17
18 diff --git a/sci-mathematics/z3/z3-4.5.0.ebuild b/sci-mathematics/z3/z3-4.5.0.ebuild
19 index 58d2b6b..b8f0335 100644
20 --- a/sci-mathematics/z3/z3-4.5.0.ebuild
21 +++ b/sci-mathematics/z3/z3-4.5.0.ebuild
22 @@ -85,11 +85,9 @@ src_compile() {
23
24 use java && java-pkg-simple_src_compile
25
26 - if use doc; then
27 - pushd doc || die
28 - ${EPYTHON} mk_api_doc.py || die
29 - popd || die
30 - fi
31 + pushd doc || die
32 + ${EPYTHON} mk_api_doc.py || die
33 + popd || die
34 }
35
36 src_install() {