sys-libs/libcxxabi: Utilize partial git checkout
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 Nov 2017 08:01:44 +0000 (09:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 Nov 2017 09:14:19 +0000 (10:14 +0100)
sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild
sys-libs/libcxxabi/libcxxabi-9999.ebuild

index 1f5409df9c9d057c83d4c46b533a11dfc6cbaa54..86fc77c979d07e8f1feac20298cd1bd78213cedd 100644 (file)
@@ -55,7 +55,7 @@ src_unpack() {
        git-r3_fetch
 
        git-r3_checkout https://llvm.org/git/libcxx.git \
-               "${WORKDIR}"/libcxx
+               "${WORKDIR}"/libcxx '' include
        git-r3_checkout
 }
 
index c2be84f86a2215041225f89674d2eccc81ef6823..572eb0208fea52b01cb65b1248c06c9fcdf3eca3 100644 (file)
@@ -54,7 +54,7 @@ src_unpack() {
        git-r3_fetch
 
        git-r3_checkout https://llvm.org/git/libcxx.git \
-               "${WORKDIR}"/libcxx
+               "${WORKDIR}"/libcxx '' include
        git-r3_checkout
 }