From 37ea78ed917abf778722fa4e96b2944185404f2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 18 Jan 2018 22:07:36 +0100 Subject: [PATCH] sys-devel/clang: Rename patch directory 5.0.0 -> 5.0.1 --- sys-devel/clang/clang-4.0.1.ebuild | 4 ++-- sys-devel/clang/clang-5.0.1.ebuild | 4 ++-- ...Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch | 0 .../files/{5.0.0 => 5.0.1}/darwin_prefix-include-paths.patch | 0 ...test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename sys-devel/clang/files/{5.0.0 => 5.0.1}/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch (100%) rename sys-devel/clang/files/{5.0.0 => 5.0.1}/darwin_prefix-include-paths.patch (100%) rename sys-devel/clang/files/{5.0.0 => 5.0.1}/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch (100%) 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 similarity index 100% rename from sys-devel/clang/files/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch rename to 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 similarity index 100% rename from sys-devel/clang/files/5.0.0/darwin_prefix-include-paths.patch rename to 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 similarity index 100% rename from sys-devel/clang/files/5.0.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch rename to sys-devel/clang/files/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch -- 2.26.2