diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2015-08-25 08:49:47 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2015-08-25 10:34:17 +0200 |
commit | 25e010553069b41b225a0795a6c9e592517c7df2 (patch) | |
tree | 411202c66f0a2105bc7ad4477692a232446cba1d /sys-devel/llvm | |
parent | mail-client/thunderbird-bin: x86 stable wrt bug #557590 (diff) | |
download | gentoo-25e010553069b41b225a0795a6c9e592517c7df2.tar.gz gentoo-25e010553069b41b225a0795a6c9e592517c7df2.tar.bz2 gentoo-25e010553069b41b225a0795a6c9e592517c7df2.zip |
sys-devel/llvm: fix 3.7.0_rc clang install, bug #558624
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-3.7.0_rc2.ebuild | 6 |
1 files 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 |