sys-devel/clang: Rename patch directory 5.0.0 -> 5.0.1
authorMichał Górny <mgorny@gentoo.org>
Thu, 18 Jan 2018 21:07:36 +0000 (22:07 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 18 Jan 2018 21:25:16 +0000 (22:25 +0100)
sys-devel/clang/clang-4.0.1.ebuild
sys-devel/clang/clang-5.0.1.ebuild
sys-devel/clang/files/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch [moved from sys-devel/clang/files/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch with 100% similarity]
sys-devel/clang/files/5.0.1/darwin_prefix-include-paths.patch [moved from sys-devel/clang/files/5.0.0/darwin_prefix-include-paths.patch with 100% similarity]
sys-devel/clang/files/5.0.1/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch [moved from sys-devel/clang/files/5.0.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch with 100% similarity]

index 4481c3174911cea06c1b0862059961c61250af17..7acf3a8d9f523b2da71688bb0eba6200fd52668a 100644 (file)
@@ -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
index 1e090f2564feb65381e02c52fc032ffaca378c2b..c3f455ad8975c69db397a0ca489d25f66ab303de 100644 (file)
@@ -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: