diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-18 22:07:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-18 22:25:16 +0100 |
commit | 37ea78ed917abf778722fa4e96b2944185404f2c (patch) | |
tree | 842f9d88fa6e285761da5e513f6c83c9f5852679 /sys-devel | |
parent | sys-devel/llvm-common: Drop old (5.0.0) (diff) | |
download | gentoo-37ea78ed917abf778722fa4e96b2944185404f2c.tar.gz gentoo-37ea78ed917abf778722fa4e96b2944185404f2c.tar.bz2 gentoo-37ea78ed917abf778722fa4e96b2944185404f2c.zip |
sys-devel/clang: Rename patch directory 5.0.0 -> 5.0.1
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-4.0.1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/clang/clang-5.0.1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/clang/files/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch (renamed from sys-devel/clang/files/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch) | 0 | ||||
-rw-r--r-- | sys-devel/clang/files/5.0.1/darwin_prefix-include-paths.patch (renamed from sys-devel/clang/files/5.0.0/darwin_prefix-include-paths.patch) | 0 | ||||
-rw-r--r-- | sys-devel/clang/files/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch (renamed from sys-devel/clang/files/5.0.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch) | 0 |
5 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/clang/clang-4.0.1.ebuild b/sys-devel/clang/clang-4.0.1.ebuild index 4481c3174911..7acf3a8d9f52 100644 --- a/sys-devel/clang/clang-4.0.1.ebuild +++ b/sys-devel/clang/clang-4.0.1.ebuild @@ -89,7 +89,7 @@ src_unpack() { src_prepare() { # fix finding compiler-rt libs - eapply "${FILESDIR}"/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch + eapply "${FILESDIR}"/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch # fix stand-alone doc build eapply "${FILESDIR}"/4.0.1/0007-cmake-Support-stand-alone-Sphinx-doxygen-doc-build.patch @@ -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.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch + eapply "${FILESDIR}"/5.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/clang-5.0.1.ebuild b/sys-devel/clang/clang-5.0.1.ebuild index 1e090f2564fe..c3f455ad8975 100644 --- a/sys-devel/clang/clang-5.0.1.ebuild +++ b/sys-devel/clang/clang-5.0.1.ebuild @@ -67,9 +67,9 @@ CMAKE_BUILD_TYPE=RelWithDebInfo PATCHES=( # fix finding compiler-rt libs - "${FILESDIR}"/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch + "${FILESDIR}"/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch # add Prefix include paths for Darwin - "${FILESDIR}"/5.0.0/darwin_prefix-include-paths.patch + "${FILESDIR}"/5.0.1/darwin_prefix-include-paths.patch ) # Multilib notes: diff --git a/sys-devel/clang/files/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch b/sys-devel/clang/files/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch index 7d53cbdef3f3..7d53cbdef3f3 100644 --- a/sys-devel/clang/files/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch +++ b/sys-devel/clang/files/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch diff --git a/sys-devel/clang/files/5.0.0/darwin_prefix-include-paths.patch b/sys-devel/clang/files/5.0.1/darwin_prefix-include-paths.patch index 7744b942d0e5..7744b942d0e5 100644 --- a/sys-devel/clang/files/5.0.0/darwin_prefix-include-paths.patch +++ b/sys-devel/clang/files/5.0.1/darwin_prefix-include-paths.patch diff --git a/sys-devel/clang/files/5.0.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch b/sys-devel/clang/files/5.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.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch +++ b/sys-devel/clang/files/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch |