From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36F57138330 for ; Tue, 20 Sep 2016 15:13:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B380AE0B2A; Tue, 20 Sep 2016 15:12:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D495E0B2A for ; Tue, 20 Sep 2016 15:12:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6650C340C23 for ; Tue, 20 Sep 2016 15:12:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC9EC246F for ; Tue, 20 Sep 2016 15:12:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1474384367.b5b75fc6fa4fa2a214673c026965190f8bd6e72b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b5b75fc6fa4fa2a214673c026965190f8bd6e72b X-VCS-Branch: master Date: Tue, 20 Sep 2016 15:12:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d1bde479-ce4d-492c-a64f-6e6ebc4281fc X-Archives-Hash: dd3ed94bce19e391908842dd7af56bee commit: b5b75fc6fa4fa2a214673c026965190f8bd6e72b Author: Michał Górny gentoo org> AuthorDate: Tue Sep 20 15:07:04 2016 +0000 Commit: Michał Górny gentoo 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