From: Michał Górny Date: Fri, 17 Nov 2017 23:25:42 +0000 (+0100) Subject: sys-devel/llvm-common: Utilize partial git checkouts X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=35913dc12dfc8f34db766d410e9ee60866c223b2;p=gentoo.git sys-devel/llvm-common: Utilize partial git checkouts --- diff --git a/sys-devel/llvm-common/llvm-common-5.0.9999.ebuild b/sys-devel/llvm-common/llvm-common-5.0.9999.ebuild index 239d0e083cd5..cc7ed2a71228 100644 --- a/sys-devel/llvm-common/llvm-common-5.0.9999.ebuild +++ b/sys-devel/llvm-common/llvm-common-5.0.9999.ebuild @@ -19,6 +19,11 @@ IUSE="" RDEPEND="!sys-devel/llvm:0" +src_unpack() { + git-r3_fetch + git-r3_checkout '' '' '' utils/vim +} + src_configure() { :; } src_compile() { :; } src_test() { :; } diff --git a/sys-devel/llvm-common/llvm-common-9999.ebuild b/sys-devel/llvm-common/llvm-common-9999.ebuild index 64d8f5e7daf3..d0f42029fa97 100644 --- a/sys-devel/llvm-common/llvm-common-9999.ebuild +++ b/sys-devel/llvm-common/llvm-common-9999.ebuild @@ -18,6 +18,11 @@ IUSE="" RDEPEND="!sys-devel/llvm:0" +src_unpack() { + git-r3_fetch + git-r3_checkout '' '' '' utils/vim +} + src_configure() { :; } src_compile() { :; } src_test() { :; }