summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2015-11-10 21:32:49 +0600
committerAndrey Grozin <grozin@gentoo.org>2015-11-10 21:32:49 +0600
commit258af31d9df17926db9aaf465871e0334e436164 (patch)
tree2703bda72dfe25ad829a1469a17fa316d51164cd /dev-lisp
parentdev-python/neovim-python-client: Use virtual for module with mixed impl support (diff)
downloadgentoo-258af31d9df17926db9aaf465871e0334e436164.tar.gz
gentoo-258af31d9df17926db9aaf465871e0334e436164.tar.bz2
gentoo-258af31d9df17926db9aaf465871e0334e436164.zip
dev-lisp/clozurecl: fix building with USE=-doc
Bug: 565302 Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/clozurecl/clozurecl-1.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/clozurecl/clozurecl-1.11.ebuild b/dev-lisp/clozurecl/clozurecl-1.11.ebuild
index 50ee67fa654f..15a53a7a022c 100644
--- a/dev-lisp/clozurecl/clozurecl-1.11.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.11.ebuild
@@ -88,6 +88,6 @@ src_install() {
doenvd "${ENVD}"
dodoc doc/release-notes.txt
- dohtml "${DISTDIR}"/ccl.html
+ use doc && dohtml "${DISTDIR}"/ccl.html
use doc && dohtml -r examples
}