diff options
author | Andrey Grozin <grozin@gentoo.org> | 2015-11-10 21:32:49 +0600 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2015-11-10 21:32:49 +0600 |
commit | 258af31d9df17926db9aaf465871e0334e436164 (patch) | |
tree | 2703bda72dfe25ad829a1469a17fa316d51164cd /dev-lisp/clozurecl | |
parent | dev-python/neovim-python-client: Use virtual for module with mixed impl support (diff) | |
download | gentoo-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/clozurecl')
-rw-r--r-- | dev-lisp/clozurecl/clozurecl-1.11.ebuild | 2 |
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 } |