From 5313553d2d098fe302993f715f23f77998707d20 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 18 Nov 2017 08:50:31 +0100 Subject: [PATCH] dev-python/lit: Utilize partial git checkout --- dev-python/lit/lit-5.0.9999.ebuild | 5 +++++ dev-python/lit/lit-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dev-python/lit/lit-5.0.9999.ebuild b/dev-python/lit/lit-5.0.9999.ebuild index 61b9ce3ec021..6d9f12eb032a 100644 --- a/dev-python/lit/lit-5.0.9999.ebuild +++ b/dev-python/lit/lit-5.0.9999.ebuild @@ -29,6 +29,11 @@ DEPEND=" # TODO: move the manpage generation here (from sys-devel/llvm) +src_unpack() { + git-r3_fetch + git-r3_checkout '' '' '' utils/lit +} + python_test() { ./lit.py -sv tests || die } diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild index 063e1421607b..d8c140474d8d 100644 --- a/dev-python/lit/lit-9999.ebuild +++ b/dev-python/lit/lit-9999.ebuild @@ -28,6 +28,11 @@ DEPEND=" # TODO: move the manpage generation here (from sys-devel/llvm) +src_unpack() { + git-r3_fetch + git-r3_checkout '' '' '' utils/lit +} + python_test() { ./lit.py -vv tests || die } -- 2.26.2