From 25e010553069b41b225a0795a6c9e592517c7df2 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 25 Aug 2015 08:49:47 +0200 Subject: [PATCH] sys-devel/llvm: fix 3.7.0_rc clang install, bug #558624 Package-Manager: portage-2.2.20.1 --- sys-devel/llvm/llvm-3.7.0_rc2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/llvm/llvm-3.7.0_rc2.ebuild b/sys-devel/llvm/llvm-3.7.0_rc2.ebuild index 3ea912fa72db..4d6f42838e43 100644 --- a/sys-devel/llvm/llvm-3.7.0_rc2.ebuild +++ b/sys-devel/llvm/llvm-3.7.0_rc2.ebuild @@ -363,7 +363,7 @@ src_install() { if use clang; then # note: magic applied in multilib_src_install()! - CLANG_VERSION=${PN%.*} + CLANG_VERSION=${PV%.*} MULTILIB_CHOST_TOOLS+=( /usr/bin/clang @@ -386,8 +386,8 @@ multilib_src_install() { cmake-utils_src_install if multilib_is_native_abi; then - # Install docs. - #use doc && dohtml -r "${S}"/docs/_build/html/ + # Install man pages. + #use doc || doman "${WORKDIR}"/${P}-manpages/*.1 # Symlink the gold plugin. if use gold; then -- 2.26.2