summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-29 13:45:40 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-29 13:46:31 +0100
commit2d83989e5fdda9d1ce9002d885aa4364a1153afb (patch)
treed8389d3b3e41a653bf99ef92b6581de0503abb66 /sys-devel/llvm
parentkde-apps/libkdcraw: Fix build w/ ecm 5.31 (diff)
downloadgentoo-2d83989e5fdda9d1ce9002d885aa4364a1153afb.tar.gz
gentoo-2d83989e5fdda9d1ce9002d885aa4364a1153afb.tar.bz2
gentoo-2d83989e5fdda9d1ce9002d885aa4364a1153afb.zip
sys-devel/llvm: Remove old doc install code
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r--sys-devel/llvm/llvm-4.0.0_rc1.ebuild3
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild3
2 files changed, 0 insertions, 6 deletions
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"