From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AF46158973 for ; Wed, 27 Jan 2016 13:05:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B46821C014; Wed, 27 Jan 2016 13:05:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D72C521C014 for ; Wed, 27 Jan 2016 13:05:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B659C33D3C7 for ; Wed, 27 Jan 2016 13:05:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CF74CF3 for ; Wed, 27 Jan 2016 13:05:00 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1453899439.bbb958a0997c59b923c3eb64e20870d976258bf1.grobian@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.7.1.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: bbb958a0997c59b923c3eb64e20870d976258bf1 X-VCS-Branch: master Date: Wed, 27 Jan 2016 13:05:00 +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: 019dcc53-093d-4ffc-aa8a-a1d62932042f X-Archives-Hash: a0c3379c0db9f2501100627cdad85501 commit: bbb958a0997c59b923c3eb64e20870d976258bf1 Author: Fabian Groffen gentoo org> AuthorDate: Wed Jan 27 12:56:43 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Jan 27 12:57:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb958a0 sys-devel/llvm: add darwin patch to 3.7.1 Package-Manager: portage-2.2.20-prefix sys-devel/llvm/llvm-3.7.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm-3.7.1.ebuild b/sys-devel/llvm/llvm-3.7.1.ebuild index fa15adf..e4697d0 100644 --- a/sys-devel/llvm/llvm-3.7.1.ebuild +++ b/sys-devel/llvm/llvm-3.7.1.ebuild @@ -8,7 +8,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit check-reqs cmake-utils eutils flag-o-matic multilib \ - multilib-minimal python-single-r1 toolchain-funcs pax-utils + multilib-minimal python-single-r1 toolchain-funcs pax-utils prefix DESCRIPTION="Low Level Virtual Machine" HOMEPAGE="http://llvm.org/" @@ -182,6 +182,9 @@ src_prepare() { epatch "${FILESDIR}"/clang-3.6-gentoo-install.patch + epatch "${FILESDIR}"/clang-3.4-darwin_prefix-include-paths.patch + eprefixify tools/clang/lib/Frontend/InitHeaderSearch.cpp + sed -i -e "s^@EPREFIX@^${EPREFIX}^" \ tools/clang/tools/scan-build/scan-build || die