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: Wed, 30 Aug 2017 07:12:45
Message-Id: 1504077157.9bedd1aaa96f43736062a70ffc7e2f7260249d50.mgorny@gentoo
1 commit: 9bedd1aaa96f43736062a70ffc7e2f7260249d50
2 Author: Leorize <alaviss <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Wed Aug 30 00:54:23 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 07:12:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bedd1aa
7
8 sys-devel/llvm: Drop musl patches for 5.0+
9
10 No longer necessary, see: https://reviews.llvm.org/D33883
11 and https://reviews.llvm.org/D28476
12
13 Closes: https://github.com/gentoo/gentoo/pull/5555
14
15 sys-devel/llvm/llvm-5.0.9999.ebuild | 3 ---
16 sys-devel/llvm/llvm-9999.ebuild | 3 ---
17 2 files changed, 6 deletions(-)
18
19 diff --git a/sys-devel/llvm/llvm-5.0.9999.ebuild b/sys-devel/llvm/llvm-5.0.9999.ebuild
20 index 1ee42880997..4be4936e076 100644
21 --- a/sys-devel/llvm/llvm-5.0.9999.ebuild
22 +++ b/sys-devel/llvm/llvm-5.0.9999.ebuild
23 @@ -81,9 +81,6 @@ src_prepare() {
24 # https://bugs.gentoo.org/show_bug.cgi?id=565358
25 eapply "${FILESDIR}"/9999/0007-llvm-config-Clean-up-exported-values-update-for-shar.patch
26
27 - # support building llvm against musl-libc
28 - use elibc_musl && eapply "${FILESDIR}"/9999/musl-fixes.patch
29 -
30 # disable use of SDK on OSX, bug #568758
31 sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die
32
33
34 diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
35 index e6a3f23898b..818d169e198 100644
36 --- a/sys-devel/llvm/llvm-9999.ebuild
37 +++ b/sys-devel/llvm/llvm-9999.ebuild
38 @@ -83,9 +83,6 @@ src_prepare() {
39 # https://bugs.gentoo.org/show_bug.cgi?id=565358
40 eapply "${FILESDIR}"/9999/0007-llvm-config-Clean-up-exported-values-update-for-shar.patch
41
42 - # support building llvm against musl-libc
43 - use elibc_musl && eapply "${FILESDIR}"/9999/musl-fixes.patch
44 -
45 # disable use of SDK on OSX, bug #568758
46 sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die