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 A279B138330 for ; Fri, 23 Sep 2016 11:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE435E08E1; Fri, 23 Sep 2016 11:23:40 +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 63285E08E1 for ; Fri, 23 Sep 2016 11:23:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 44E43340B0B for ; Fri, 23 Sep 2016 11:23:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA224248C for ; Fri, 23 Sep 2016 11:23:36 +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: <1474629815.1c26031067e0f9d1b05030e58aa687fe7b3df556.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1c26031067e0f9d1b05030e58aa687fe7b3df556 X-VCS-Branch: master Date: Fri, 23 Sep 2016 11:23:36 +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: 72a7954c-afb3-4a79-9e05-e901f8cc8759 X-Archives-Hash: 4a9ccbfdfc41fc2e09b3f1122a8b9700 commit: 1c26031067e0f9d1b05030e58aa687fe7b3df556 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 23 11:22:50 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 23 11:23:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c260310 sys-devel/clang: Update for the Sphinx install dir patch applied upstream sys-devel/clang/clang-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index 1c89ad5..d13919f 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -158,7 +158,7 @@ multilib_src_configure() { -DLLVM_ENABLE_DOXYGEN=OFF ) use doc && mycmakeargs+=( - -DCLANG_INSTALL_HTML="${EPREFIX}/usr/share/doc/${PF}/clang" + -DCLANG_INSTALL_SPHINX_HTML_DIR="${EPREFIX}/usr/share/doc/${PF}/html" -DSPHINX_WARNINGS_AS_ERRORS=OFF ) else