commit: 2d83989e5fdda9d1ce9002d885aa4364a1153afb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 12:45:40 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 12:46:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d83989e
sys-devel/llvm: Remove old doc install code
sys-devel/llvm/llvm-4.0.0_rc1.ebuild | 3 ---
sys-devel/llvm/llvm-9999.ebuild | 3 ---
2 files changed, 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 38ae821..41f58e4 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 964f62d..71c41a0 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"