dev-util/lldb: Utilize partial checkout
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 Nov 2017 07:58:06 +0000 (08:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 Nov 2017 09:14:18 +0000 (10:14 +0100)
dev-util/lldb/lldb-5.0.9999.ebuild
dev-util/lldb/lldb-9999.ebuild

index d1d0b573437bb3137c14463daba537bc6c1d274f..d6bf9c6540efe153b10d6603a5c89603718a9e47 100644 (file)
@@ -57,7 +57,7 @@ src_unpack() {
 
        if use test; then
                git-r3_checkout https://llvm.org/git/llvm.git \
-                       "${WORKDIR}"/llvm
+                       "${WORKDIR}"/llvm '' lib/Testing/Support utils/unittest
        fi
        git-r3_checkout
 }
index 143975f66c9a6cda036dfc72ab74e84956501331..8befa71e1b0eb57e86360aaa6f567cbadc438ac1 100644 (file)
@@ -56,7 +56,7 @@ src_unpack() {
 
        if use test; then
                git-r3_checkout https://llvm.org/git/llvm.git \
-                       "${WORKDIR}"/llvm
+                       "${WORKDIR}"/llvm '' lib/Testing/Support utils/unittest
        fi
        git-r3_checkout
 }