commit:     3f7301f365b899bcf6274a97d4e566f2de8953b5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 07:55:11 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 28 09:14:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7301f3

sys-devel/clang: Utilize partial checkout

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

diff --git a/sys-devel/clang/clang-5.0.9999.ebuild 
b/sys-devel/clang/clang-5.0.9999.ebuild
index 46db8c8117a..bf4d7407c8a 100644
--- a/sys-devel/clang/clang-5.0.9999.ebuild
+++ b/sys-devel/clang/clang-5.0.9999.ebuild
@@ -100,7 +100,7 @@ src_unpack() {
                "${S}"/tools/extra
        if use test; then
                git-r3_checkout https://llvm.org/git/llvm.git \
-                       "${WORKDIR}"/llvm
+                       "${WORKDIR}"/llvm '' utils/{lit,llvm-lit,unittest}
        fi
        git-r3_checkout "${EGIT_REPO_URI}" "${S}"
 }

diff --git a/sys-devel/clang/clang-9999.ebuild 
b/sys-devel/clang/clang-9999.ebuild
index c5211379619..963248a22dd 100644
--- a/sys-devel/clang/clang-9999.ebuild
+++ b/sys-devel/clang/clang-9999.ebuild
@@ -96,7 +96,7 @@ src_unpack() {
                "${S}"/tools/extra
        if use test; then
                git-r3_checkout https://llvm.org/git/llvm.git \
-                       "${WORKDIR}"/llvm
+                       "${WORKDIR}"/llvm '' utils/{lit,llvm-lit,unittest}
        fi
        git-r3_checkout "${EGIT_REPO_URI}" "${S}"
 }

Reply via email to