summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-09-08 20:36:13 +0200
committerMichał Górny <mgorny@gentoo.org>2016-09-08 20:42:56 +0200
commite4d89346479d65149d600dd68b675736a43bf42e (patch)
tree62a04540575c25dd615a95567c1df66a5a9a674d /sys-devel/llvm/llvm-9999.ebuild
parentsci-libs/matio: version bump to 1.5.8 (diff)
downloadgentoo-e4d89346479d65149d600dd68b675736a43bf42e.tar.gz
gentoo-e4d89346479d65149d600dd68b675736a43bf42e.tar.bz2
gentoo-e4d89346479d65149d600dd68b675736a43bf42e.zip
sys-devel/llvm: Fix disabling OCaml docs in -9999
Diffstat (limited to 'sys-devel/llvm/llvm-9999.ebuild')
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 2f4485fb6c4b..d7470a269db2 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -179,6 +179,9 @@ multilib_src_configure() {
if multilib_is_native_abi; then
mycmakeargs+=(
-DLLVM_BUILD_DOCS=$(usex doc)
+ # note: this is used only when OCaml is enabled, so we can
+ # set it to 'yes' even without OCaml around
+ -DLLVM_ENABLE_OCAMLDOC=$(usex doc)
-DLLVM_ENABLE_SPHINX=$(usex doc)
-DLLVM_ENABLE_DOXYGEN=OFF
-DLLVM_INSTALL_UTILS=ON