diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-01 23:49:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-02 00:27:18 +0200 |
commit | 014331e244cf082493294516fa33275365c2ac8d (patch) | |
tree | aa92ca5611933b3bff00acd69261d52faae77551 /sys-devel | |
parent | sys-devel/clang: Backport FreeBSD test fixes to 5.0.1 (diff) | |
download | gentoo-014331e244cf082493294516fa33275365c2ac8d.tar.gz gentoo-014331e244cf082493294516fa33275365c2ac8d.tar.bz2 gentoo-014331e244cf082493294516fa33275365c2ac8d.zip |
sys-devel/clang: Move extra patch unused in 5.0.1 to 4.0.1 subdir
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-4.0.1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/clang/files/4.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch (renamed from sys-devel/clang/files/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-4.0.1.ebuild b/sys-devel/clang/clang-4.0.1.ebuild index e3cdd3ce84a8..672f7fc6097b 100644 --- a/sys-devel/clang/clang-4.0.1.ebuild +++ b/sys-devel/clang/clang-4.0.1.ebuild @@ -101,7 +101,7 @@ src_prepare() { cd tools/extra || die # fix stand-alone test build for extra tools eapply "${FILESDIR}"/4.0.1/extra/0001-test-Fix-test-dependencies-when-using-installed-tool.patch - eapply "${FILESDIR}"/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch + eapply "${FILESDIR}"/4.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch cd - >/dev/null || die # User patches 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 index 22f6d5685f33..22f6d5685f33 100644 --- 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 |