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/clang/
Date: Sun, 15 Oct 2017 12:36:31
Message-Id: 1508070958.be1eda04e61aaf747e0ddebc3675dd114e85e90a.mgorny@gentoo
1 commit: be1eda04e61aaf747e0ddebc3675dd114e85e90a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 12:04:07 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 12:35:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1eda04
7
8 sys-devel/clang: extra LD_LIBRARY_PATH fix backported in 5.0.9999
9
10 sys-devel/clang/clang-5.0.9999.ebuild | 5 -----
11 1 file changed, 5 deletions(-)
12
13 diff --git a/sys-devel/clang/clang-5.0.9999.ebuild b/sys-devel/clang/clang-5.0.9999.ebuild
14 index 82cff8b9140..82f086b4918 100644
15 --- a/sys-devel/clang/clang-5.0.9999.ebuild
16 +++ b/sys-devel/clang/clang-5.0.9999.ebuild
17 @@ -105,11 +105,6 @@ src_prepare() {
18 # fix finding compiler-rt libs
19 eapply "${FILESDIR}"/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
20
21 - cd tools/extra || die
22 - # fix stand-alone test build for extra tools
23 - eapply "${FILESDIR}"/5.0.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
24 - cd - >/dev/null || die
25 -
26 # User patches
27 eapply_user
28 }