commit: b5b75fc6fa4fa2a214673c026965190f8bd6e72b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 15:07:04 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 15:12:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b75fc6
sys-devel/llvm: Disable ocamldoc due to wrong install path
sys-devel/llvm/llvm-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 17f78ea..0956cb3 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