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/lld/
Date: Tue, 28 Nov 2017 09:15:10
Message-Id: 1511860457.8eddd33cc8aff0c6099099786581960a72e0fe88.mgorny@gentoo
1 commit: 8eddd33cc8aff0c6099099786581960a72e0fe88
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 18 07:53:10 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 28 09:14:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eddd33c
7
8 sys-devel/lld: Utilize partial git checkout
9
10 sys-devel/lld/lld-5.0.9999.ebuild | 2 +-
11 sys-devel/lld/lld-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/sys-devel/lld/lld-5.0.9999.ebuild b/sys-devel/lld/lld-5.0.9999.ebuild
15 index c47d7243527..2524aa42803 100644
16 --- a/sys-devel/lld/lld-5.0.9999.ebuild
17 +++ b/sys-devel/lld/lld-5.0.9999.ebuild
18 @@ -48,7 +48,7 @@ src_unpack() {
19
20 if use test; then
21 git-r3_checkout https://llvm.org/git/llvm.git \
22 - "${WORKDIR}"/llvm
23 + "${WORKDIR}"/llvm '' utils/{lit,unittest}
24 fi
25 git-r3_checkout
26 }
27
28 diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
29 index a7b5d23282c..b01dab04c1a 100644
30 --- a/sys-devel/lld/lld-9999.ebuild
31 +++ b/sys-devel/lld/lld-9999.ebuild
32 @@ -47,7 +47,7 @@ src_unpack() {
33
34 if use test; then
35 git-r3_checkout https://llvm.org/git/llvm.git \
36 - "${WORKDIR}"/llvm
37 + "${WORKDIR}"/llvm '' utils/{lit,unittest}
38 fi
39 git-r3_checkout
40 }