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/, sys-devel/clang/files/5.0.1/extra/, ...
Date: Sun, 01 Apr 2018 22:27:32
Message-Id: 1522621638.014331e244cf082493294516fa33275365c2ac8d.mgorny@gentoo
1 commit: 014331e244cf082493294516fa33275365c2ac8d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 21:49:30 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 22:27:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014331e2
7
8 sys-devel/clang: Move extra patch unused in 5.0.1 to 4.0.1 subdir
9
10 sys-devel/clang/clang-4.0.1.ebuild | 2 +-
11 .../0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch | 0
12 2 files changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/sys-devel/clang/clang-4.0.1.ebuild b/sys-devel/clang/clang-4.0.1.ebuild
15 index e3cdd3ce84a..672f7fc6097 100644
16 --- a/sys-devel/clang/clang-4.0.1.ebuild
17 +++ b/sys-devel/clang/clang-4.0.1.ebuild
18 @@ -101,7 +101,7 @@ src_prepare() {
19 cd tools/extra || die
20 # fix stand-alone test build for extra tools
21 eapply "${FILESDIR}"/4.0.1/extra/0001-test-Fix-test-dependencies-when-using-installed-tool.patch
22 - eapply "${FILESDIR}"/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
23 + eapply "${FILESDIR}"/4.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
24 cd - >/dev/null || die
25
26 # User patches
27
28 diff --git a/sys-devel/clang/files/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch b/sys-devel/clang/files/4.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
29 similarity index 100%
30 rename from sys-devel/clang/files/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
31 rename to sys-devel/clang/files/4.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch