summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2015-08-24 17:52:56 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2015-08-24 17:53:12 +0200
commitc8b08cf3c2abeb9e6a893ee8b7006b8a51eb3573 (patch)
treefd22e3ca2e3c51e45080bdc845da0c842845b85d
parentdev-go/go-tools: sync live ebuild (diff)
downloadgentoo-c8b08cf3c2abeb9e6a893ee8b7006b8a51eb3573.tar.gz
gentoo-c8b08cf3c2abeb9e6a893ee8b7006b8a51eb3573.tar.bz2
gentoo-c8b08cf3c2abeb9e6a893ee8b7006b8a51eb3573.zip
sys-devel/llvm: fix typo in updated patch
Package-Manager: portage-2.2.20.1
-rw-r--r--sys-devel/llvm/files/cmake/clang-0001-Install-clang-runtime-into-usr-lib-without-suffix-3.8.patch2
1 files changed, 1 insertions, 1 deletions
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 0dd976c64473..cf2ca5947016 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();