projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c9fa9
)
sys-devel/llvm: fix 3.7.0_rc clang install, bug #558624
author
Bernard Cafarelli
<voyageur@gentoo.org>
Tue, 25 Aug 2015 06:49:47 +0000
(08:49 +0200)
committer
Bernard Cafarelli
<voyageur@gentoo.org>
Tue, 25 Aug 2015 08:34:17 +0000
(10:34 +0200)
Package-Manager: portage-2.2.20.1
sys-devel/llvm/llvm-3.7.0_rc2.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/llvm/llvm-3.7.0_rc2.ebuild
b/sys-devel/llvm/llvm-3.7.0_rc2.ebuild
index 3ea912fa72db97a135ce853008789693b6fb8a20..4d6f42838e43dcb7a23b4bc0256b676d67d4804b 100644
(file)
--- 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=${P
N
%.*}
+ CLANG_VERSION=${P
V
%.*}
MULTILIB_CHOST_TOOLS+=(
/usr/bin/clang
@@
-386,8
+386,8
@@
multilib_src_install() {
cmake-utils_src_install
if multilib_is_native_abi; then
- # Install
doc
s.
- #use doc
&& dohtml -r "${S}"/docs/_build/html/
+ # Install
man page
s.
+ #use doc
|| doman "${WORKDIR}"/${P}-manpages/*.1
# Symlink the gold plugin.
if use gold; then