From: Michał Górny Date: Sun, 29 Jan 2017 12:45:40 +0000 (+0100) Subject: sys-devel/llvm: Remove old doc install code X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2d83989e5fdda9d1ce9002d885aa4364a1153afb;p=gentoo.git sys-devel/llvm: Remove old doc install code --- diff --git a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild index 38ae821b9bbe..41f58e460ee2 100644 --- a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild +++ b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild @@ -237,9 +237,6 @@ multilib_src_install() { cmake-utils_src_install if multilib_is_native_abi; then - # Install docs. - #use doc && dohtml -r "${S}"/docs/_build/html/ - # Symlink the gold plugin. if use gold; then dodir "/usr/${CHOST}/binutils-bin/lib/bfd-plugins" diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 964f62de2de9..71c41a0f6794 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -237,9 +237,6 @@ multilib_src_install() { cmake-utils_src_install if multilib_is_native_abi; then - # Install docs. - #use doc && dohtml -r "${S}"/docs/_build/html/ - # Symlink the gold plugin. if use gold; then dodir "/usr/${CHOST}/binutils-bin/lib/bfd-plugins"