Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Sat, 03 Jun 2017 08:27:58
Message-Id: 1496478446.c6a9cb4c53865c3f820768f0e9efd093215ac5fe.mgorny@gentoo
1 commit: c6a9cb4c53865c3f820768f0e9efd093215ac5fe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 24 15:19:19 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 3 08:27:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a9cb4c
7
8 sys-devel/llvm: Fix CHOST symlinks for 3.4.2-r100
9
10 sys-devel/llvm/llvm-3.4.2-r100.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-devel/llvm/llvm-3.4.2-r100.ebuild b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
14 index bd41c339154..30d4081c1af 100644
15 --- a/sys-devel/llvm/llvm-3.4.2-r100.ebuild
16 +++ b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
17 @@ -197,8 +197,8 @@ src_install() {
18 if ! use clang; then
19 rm "${WORKDIR}"/${PN}-3.4-manpages/clang.1 || die
20 else
21 - for tool in clang{,++}{,-${PV}} ; do
22 - dosym /usr/bin/${tool} /usr/bin/${CHOST}-${tool}
23 + for tool in clang{,++} ; do
24 + dosym ${tool} /usr/bin/${CHOST}-${tool}
25 done
26 fi
27 doman "${WORKDIR}"/${PN}-3.4-manpages/*.1