From: Michał Górny Date: Tue, 28 Aug 2018 20:47:34 +0000 (+0200) Subject: sys-devel/clang: Fix unpacking libTestingSupport X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5255b96fa28ec4a896caa85b17cfa374d6c4b6cd;p=gentoo.git sys-devel/clang: Fix unpacking libTestingSupport --- diff --git a/sys-devel/clang/clang-7.0.0_rc2.ebuild b/sys-devel/clang/clang-7.0.0_rc2.ebuild index ef0d3b100811..6a0721cd4eb0 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