Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Tue, 28 Aug 2018 20:51:22
Message-Id: 1535489470.5255b96fa28ec4a896caa85b17cfa374d6c4b6cd.mgorny@gentoo
1 commit: 5255b96fa28ec4a896caa85b17cfa374d6c4b6cd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 28 20:47:34 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 20:51:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5255b96f
7
8 sys-devel/clang: Fix unpacking libTestingSupport
9
10 sys-devel/clang/clang-7.0.0_rc2.ebuild | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/sys-devel/clang/clang-7.0.0_rc2.ebuild b/sys-devel/clang/clang-7.0.0_rc2.ebuild
14 index ef0d3b10081..6a0721cd4eb 100644
15 --- a/sys-devel/clang/clang-7.0.0_rc2.ebuild
16 +++ b/sys-devel/clang/clang-7.0.0_rc2.ebuild
17 @@ -104,6 +104,7 @@ src_unpack() {
18 if use test; then
19 einfo "Unpacking parts of ${LLVM_P}.tar.xz ..."
20 tar -xf "${DISTDIR}/${LLVM_P}.tar.xz" \
21 + "${LLVM_P}"/lib/Testing/Support \
22 "${LLVM_P}"/utils/{lit,llvm-lit,unittest} || die
23 mv "${LLVM_P}" "${WORKDIR}"/llvm || die
24 fi