commit: c6a9cb4c53865c3f820768f0e9efd093215ac5fe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 15:19:19 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 08:27:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a9cb4c
sys-devel/llvm: Fix CHOST symlinks for 3.4.2-r100
sys-devel/llvm/llvm-3.4.2-r100.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-devel/llvm/llvm-3.4.2-r100.ebuild
b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
index bd41c339154..30d4081c1af 100644
--- a/sys-devel/llvm/llvm-3.4.2-r100.ebuild
+++ b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
@@ -197,8 +197,8 @@ src_install() {
if ! use clang; then
rm "${WORKDIR}"/${PN}-3.4-manpages/clang.1 || die
else
- for tool in clang{,++}{,-${PV}} ; do
- dosym /usr/bin/${tool} /usr/bin/${CHOST}-${tool}
+ for tool in clang{,++} ; do
+ dosym ${tool} /usr/bin/${CHOST}-${tool}
done
fi
doman "${WORKDIR}"/${PN}-3.4-manpages/*.1