commit: 25e010553069b41b225a0795a6c9e592517c7df2
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 06:49:47 2015 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 08:34:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e01055
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 3ea912f..4d6f428 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