From: Michał Górny Date: Sat, 18 Nov 2017 07:50:31 +0000 (+0100) Subject: dev-python/lit: Utilize partial git checkout X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5313553d2d098fe302993f715f23f77998707d20;p=gentoo.git dev-python/lit: Utilize partial git checkout --- 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 }