commit: 5255b96fa28ec4a896caa85b17cfa374d6c4b6cd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 28 20:47:34 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 28 20:51:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5255b96f
sys-devel/clang: Fix unpacking libTestingSupport
sys-devel/clang/clang-7.0.0_rc2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-devel/clang/clang-7.0.0_rc2.ebuild
b/sys-devel/clang/clang-7.0.0_rc2.ebuild
index ef0d3b10081..6a0721cd4eb 100644
--- a/sys-devel/clang/clang-7.0.0_rc2.ebuild
+++ b/sys-devel/clang/clang-7.0.0_rc2.ebuild
@@ -104,6 +104,7 @@ src_unpack() {
if use test; then
einfo "Unpacking parts of ${LLVM_P}.tar.xz ..."
tar -xf "${DISTDIR}/${LLVM_P}.tar.xz" \
+ "${LLVM_P}"/lib/Testing/Support \
"${LLVM_P}"/utils/{lit,llvm-lit,unittest} || die
mv "${LLVM_P}" "${WORKDIR}"/llvm || die
fi