diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-28 22:47:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-28 22:51:10 +0200 |
commit | 5255b96fa28ec4a896caa85b17cfa374d6c4b6cd (patch) | |
tree | 87c898ac9814729e66581d3ab7c4c165dff52aca | |
parent | app-office/orage: Fix building with libical 3 (diff) | |
download | gentoo-5255b96fa28ec4a896caa85b17cfa374d6c4b6cd.tar.gz gentoo-5255b96fa28ec4a896caa85b17cfa374d6c4b6cd.tar.bz2 gentoo-5255b96fa28ec4a896caa85b17cfa374d6c4b6cd.zip |
sys-devel/clang: Fix unpacking libTestingSupport
-rw-r--r-- | sys-devel/clang/clang-7.0.0_rc2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |