commit:     8eddd33cc8aff0c6099099786581960a72e0fe88
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 07:53:10 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 28 09:14:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eddd33c

sys-devel/lld: Utilize partial git checkout

 sys-devel/lld/lld-5.0.9999.ebuild | 2 +-
 sys-devel/lld/lld-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/lld/lld-5.0.9999.ebuild 
b/sys-devel/lld/lld-5.0.9999.ebuild
index c47d7243527..2524aa42803 100644
--- a/sys-devel/lld/lld-5.0.9999.ebuild
+++ b/sys-devel/lld/lld-5.0.9999.ebuild
@@ -48,7 +48,7 @@ src_unpack() {
 
        if use test; then
                git-r3_checkout https://llvm.org/git/llvm.git \
-                       "${WORKDIR}"/llvm
+                       "${WORKDIR}"/llvm '' utils/{lit,unittest}
        fi
        git-r3_checkout
 }

diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
index a7b5d23282c..b01dab04c1a 100644
--- a/sys-devel/lld/lld-9999.ebuild
+++ b/sys-devel/lld/lld-9999.ebuild
@@ -47,7 +47,7 @@ src_unpack() {
 
        if use test; then
                git-r3_checkout https://llvm.org/git/llvm.git \
-                       "${WORKDIR}"/llvm
+                       "${WORKDIR}"/llvm '' utils/{lit,unittest}
        fi
        git-r3_checkout
 }

Reply via email to