Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Sun, 04 Sep 2016 15:04:56
Message-Id: 1473001482.fba3adb7b8c340ad5fb0a9790a4784fe10638acc.grobian@gentoo
1 commit: fba3adb7b8c340ad5fb0a9790a4784fe10638acc
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 15:04:23 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 15:04:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba3adb7
7
8 sys-devel/llvm: remove trailing whitespace
9
10 Package-Manager: portage-2.2.28
11
12 sys-devel/llvm/llvm-3.8.1.ebuild | 2 +-
13 sys-devel/llvm/llvm-3.9.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/llvm/llvm-3.8.1.ebuild b/sys-devel/llvm/llvm-3.8.1.ebuild
17 index 8734298..4846dcd 100644
18 --- a/sys-devel/llvm/llvm-3.8.1.ebuild
19 +++ b/sys-devel/llvm/llvm-3.8.1.ebuild
20 @@ -185,7 +185,7 @@ src_prepare() {
21
22 eapply "${FILESDIR}"/3.9.0/clang/darwin_prefix-include-paths.patch
23 eprefixify tools/clang/lib/Frontend/InitHeaderSearch.cpp
24 -
25 +
26 eapply "${FILESDIR}"/3.8.1/compiler-rt/darwin-default-sysroot.patch
27
28 sed -i -e "s^@EPREFIX@^${EPREFIX}^" \
29
30 diff --git a/sys-devel/llvm/llvm-3.9.0.ebuild b/sys-devel/llvm/llvm-3.9.0.ebuild
31 index 9fde6d4..d310072 100644
32 --- a/sys-devel/llvm/llvm-3.9.0.ebuild
33 +++ b/sys-devel/llvm/llvm-3.9.0.ebuild
34 @@ -181,7 +181,7 @@ src_prepare() {
35
36 eapply "${FILESDIR}"/3.9.0/clang/darwin_prefix-include-paths.patch
37 eprefixify tools/clang/lib/Frontend/InitHeaderSearch.cpp
38 -
39 +
40 eapply "${FILESDIR}"/3.8.1/compiler-rt/darwin-default-sysroot.patch
41
42 pushd "${S}"/tools/clang >/dev/null || die