diff options
author | 2014-07-20 11:49:27 +0200 | |
---|---|---|
committer | 2014-07-20 11:49:27 +0200 | |
commit | 25ebbaaa45bdc4904c002de89a56c0d45f484720 (patch) | |
tree | 563ef3fb0b2f16382bcd786b7d2c19a236283805 /dev-ml/zarith/zarith-1.2.1.ebuild | |
parent | Fix manifests regression (diff) | |
download | sci-25ebbaaa45bdc4904c002de89a56c0d45f484720.tar.gz sci-25ebbaaa45bdc4904c002de89a56c0d45f484720.tar.bz2 sci-25ebbaaa45bdc4904c002de89a56c0d45f484720.zip |
dev-ml/zarith-1.2.1: fix doc building
Diffstat (limited to 'dev-ml/zarith/zarith-1.2.1.ebuild')
-rw-r--r-- | dev-ml/zarith/zarith-1.2.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ml/zarith/zarith-1.2.1.ebuild b/dev-ml/zarith/zarith-1.2.1.ebuild index 1603ad3ba..5657ff8c4 100644 --- a/dev-ml/zarith/zarith-1.2.1.ebuild +++ b/dev-ml/zarith/zarith-1.2.1.ebuild @@ -37,7 +37,9 @@ src_configure(){ src_compile(){ emake || die "emake failed" - use doc && emake doc || die "emake doc failed" + if use doc; then + emake doc || die "emake doc failed" + fi } src_install(){ |