diff options
author | Leorize <alaviss@users.noreply.github.com> | 2017-08-30 07:54:23 +0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-30 09:12:37 +0200 |
commit | 9bedd1aaa96f43736062a70ffc7e2f7260249d50 (patch) | |
tree | d1112f0d5b2cdabbc249416cf43e8ddf3ae3b984 /sys-devel | |
parent | xfce-base/xfwm4: Backport the patch for Ctrl-F1, #616644 (diff) | |
download | gentoo-9bedd1aaa96f43736062a70ffc7e2f7260249d50.tar.gz gentoo-9bedd1aaa96f43736062a70ffc7e2f7260249d50.tar.bz2 gentoo-9bedd1aaa96f43736062a70ffc7e2f7260249d50.zip |
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
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-5.0.9999.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sys-devel/llvm/llvm-5.0.9999.ebuild b/sys-devel/llvm/llvm-5.0.9999.ebuild index 1ee428809972..4be4936e076b 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 e6a3f23898b4..818d169e198b 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 |