summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-09-20 17:07:04 +0200
committerMichał Górny <mgorny@gentoo.org>2016-09-20 17:12:47 +0200
commitb5b75fc6fa4fa2a214673c026965190f8bd6e72b (patch)
treef9506c154c44925047525d5efe566cd94e7c0c93 /sys-devel/llvm/llvm-9999.ebuild
parentapp-shells/bash: Revbump to fix CVE-2016-0634 (bug #594496). (diff)
downloadgentoo-b5b75fc6fa4fa2a214673c026965190f8bd6e72b.tar.gz
gentoo-b5b75fc6fa4fa2a214673c026965190f8bd6e72b.tar.bz2
gentoo-b5b75fc6fa4fa2a214673c026965190f8bd6e72b.zip
sys-devel/llvm: Disable ocamldoc due to wrong install path
Diffstat (limited to 'sys-devel/llvm/llvm-9999.ebuild')
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 17f78ea432ae..0956cb35254b 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -181,7 +181,10 @@ multilib_src_configure() {
-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)
+ # note 2: disable for now since it installs
+ # to /usr/docs/ocaml/html/html which is kinda wrong
+ # bother to fix it when somebody starts to care
+ -DLLVM_ENABLE_OCAMLDOC=OFF
-DLLVM_ENABLE_SPHINX=$(usex doc)
-DLLVM_ENABLE_DOXYGEN=OFF
-DLLVM_INSTALL_UTILS=ON