commit: c8b08cf3c2abeb9e6a893ee8b7006b8a51eb3573
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 15:52:56 2015 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 15:53:12 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b08cf3
sys-devel/llvm: fix typo in updated patch
Package-Manager: portage-2.2.20.1
...ang-0001-Install-clang-runtime-into-usr-lib-without-suffix-3.8.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/sys-devel/llvm/files/cmake/clang-0001-Install-clang-runtime-into-usr-lib-without-suffix-3.8.patch
b/sys-devel/llvm/files/cmake/clang-0001-Install-clang-runtime-into-usr-lib-without-suffix-3.8.patch
index 0dd976c..cf2ca59 100644
---
a/sys-devel/llvm/files/cmake/clang-0001-Install-clang-runtime-into-usr-lib-without-suffix-3.8.patch
+++
b/sys-devel/llvm/files/cmake/clang-0001-Install-clang-runtime-into-usr-lib-without-suffix-3.8.patch
@@ -21,7 +21,7 @@ index f078b37..0c514fc 100644
llvm::sys::path::append(P, ClangResourceDir);
else
- llvm::sys::path::append(P, "..", Twine("lib") + CLANG_LIBDIR_SUFFIX,
-+ llvm::sys::path::append(P, "..", "lib", "clang",
++ llvm::sys::path::append(P, "..", "lib",
"clang", CLANG_VERSION_STRING);
return P.str();