summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-18 08:53:10 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-28 10:14:17 +0100
commit8eddd33cc8aff0c6099099786581960a72e0fe88 (patch)
treecc7176a0674c1794cddb199d9ec6c012e47e8d4b /sys-devel/lld
parentdev-python/lit: Utilize partial git checkout (diff)
downloadgentoo-8eddd33cc8aff0c6099099786581960a72e0fe88.tar.gz
gentoo-8eddd33cc8aff0c6099099786581960a72e0fe88.tar.bz2
gentoo-8eddd33cc8aff0c6099099786581960a72e0fe88.zip
sys-devel/lld: Utilize partial git checkout
Diffstat (limited to 'sys-devel/lld')
-rw-r--r--sys-devel/lld/lld-5.0.9999.ebuild2
-rw-r--r--sys-devel/lld/lld-9999.ebuild2
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 c47d7243527e..2524aa428030 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 a7b5d23282c8..b01dab04c1a1 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
}