commit:     9bedd1aaa96f43736062a70ffc7e2f7260249d50
Author:     Leorize <alaviss <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Wed Aug 30 00:54:23 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 07:12:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bedd1aa

sys-devel/llvm: Drop musl patches for 5.0+

No longer necessary, see: https://reviews.llvm.org/D33883
and https://reviews.llvm.org/D28476

Closes: https://github.com/gentoo/gentoo/pull/5555

 sys-devel/llvm/llvm-5.0.9999.ebuild | 3 ---
 sys-devel/llvm/llvm-9999.ebuild     | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/sys-devel/llvm/llvm-5.0.9999.ebuild 
b/sys-devel/llvm/llvm-5.0.9999.ebuild
index 1ee42880997..4be4936e076 100644
--- a/sys-devel/llvm/llvm-5.0.9999.ebuild
+++ b/sys-devel/llvm/llvm-5.0.9999.ebuild
@@ -81,9 +81,6 @@ src_prepare() {
        # https://bugs.gentoo.org/show_bug.cgi?id=565358
        eapply 
"${FILESDIR}"/9999/0007-llvm-config-Clean-up-exported-values-update-for-shar.patch
 
-       # support building llvm against musl-libc
-       use elibc_musl && eapply "${FILESDIR}"/9999/musl-fixes.patch
-
        # disable use of SDK on OSX, bug #568758
        sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die
 

diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index e6a3f23898b..818d169e198 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -83,9 +83,6 @@ src_prepare() {
        # https://bugs.gentoo.org/show_bug.cgi?id=565358
        eapply 
"${FILESDIR}"/9999/0007-llvm-config-Clean-up-exported-values-update-for-shar.patch
 
-       # support building llvm against musl-libc
-       use elibc_musl && eapply "${FILESDIR}"/9999/musl-fixes.patch
-
        # disable use of SDK on OSX, bug #568758
        sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die
 

Reply via email to