From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5ED8A139696 for ; Sat, 3 Jun 2017 08:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E1ECE0C03; Sat, 3 Jun 2017 08:27:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B0F5E0C03 for ; Sat, 3 Jun 2017 08:27:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E7EE3417AD for ; Sat, 3 Jun 2017 08:27:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B451D7470 for ; Sat, 3 Jun 2017 08:27:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1496478446.c6a9cb4c53865c3f820768f0e9efd093215ac5fe.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-3.4.2-r100.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c6a9cb4c53865c3f820768f0e9efd093215ac5fe X-VCS-Branch: master Date: Sat, 3 Jun 2017 08:27:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c03e470-2227-4a7e-a214-d3799fc0c7a9 X-Archives-Hash: eca97a9e682f3591bde159fef900e973 commit: c6a9cb4c53865c3f820768f0e9efd093215ac5fe Author: Michał Górny gentoo org> AuthorDate: Wed May 24 15:19:19 2017 +0000 Commit: Michał Górny gentoo 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