sys-devel/llvm: fix patches for 3.4.2
authorFabian Groffen <grobian@gentoo.org>
Sat, 10 Sep 2016 15:20:26 +0000 (17:20 +0200)
committerFabian Groffen <grobian@gentoo.org>
Sat, 10 Sep 2016 15:20:41 +0000 (17:20 +0200)
Package-Manager: portage-2.2.28

sys-devel/llvm/files/3.4.2/clang/darwin_build_fix.patch [moved from sys-devel/llvm/files/clang-3.4-darwin_build_fix.patch with 100% similarity]
sys-devel/llvm/files/3.4.2/clang/gentoo-install.patch [moved from sys-devel/llvm/files/clang-3.4-gentoo-install.patch with 100% similarity]
sys-devel/llvm/files/3.4.2/clang/gentoo-runtime-gcc-detection-v3.patch [moved from sys-devel/llvm/files/clang-3.1-gentoo-runtime-gcc-detection-v3.patch with 100% similarity]
sys-devel/llvm/files/3.4.2/gentoo-install.patch [moved from sys-devel/llvm/files/llvm-3.4-gentoo-install.patch with 100% similarity]
sys-devel/llvm/llvm-3.4.2-r100.ebuild

index 5e73596754a7c8db5c90aa1a47789399172cd227..0f5e951dbdcdd15c1e610bad8f41c3ebe4e17824 100644 (file)
@@ -84,16 +84,16 @@ src_unpack() {
 }
 
 src_prepare() {
-       epatch "${FILESDIR}"/${PN}-3.2-nodoctargz.patch
-       epatch "${FILESDIR}"/${PN}-3.4-gentoo-install.patch
+       epatch "${FILESDIR}"/3.6.2/nodoctargz.patch
+       epatch "${FILESDIR}"/3.4.2/gentoo-install.patch
 
        if use clang; then
                # Automatically select active system GCC's libraries, bugs #406163 and #417913
-               epatch "${FILESDIR}"/clang-3.1-gentoo-runtime-gcc-detection-v3.patch
+               epatch "${FILESDIR}"/3.4.2/clang/gentoo-runtime-gcc-detection-v3.patch
 
-               epatch "${FILESDIR}"/clang-3.4-gentoo-install.patch
-               epatch "${FILESDIR}"/clang-3.4-darwin_build_fix.patch
-               epatch "${FILESDIR}"/clang-3.4-darwin_prefix-include-paths.patch
+               epatch "${FILESDIR}"/3.4.2/clang/gentoo-install.patch
+               epatch "${FILESDIR}"/3.4.2/clang/darwin_build_fix.patch
+               epatch "${FILESDIR}"/3.9.0/clang/darwin_prefix-include-paths.patch
                eprefixify tools/clang/lib/Frontend/InitHeaderSearch.cpp
        fi