sys-devel/llvm-common: Utilize partial git checkouts
authorMichał Górny <mgorny@gentoo.org>
Fri, 17 Nov 2017 23:25:42 +0000 (00:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 Nov 2017 09:14:16 +0000 (10:14 +0100)
sys-devel/llvm-common/llvm-common-5.0.9999.ebuild
sys-devel/llvm-common/llvm-common-9999.ebuild

index 239d0e083cd5e74b7b9f736e896b17e5fed49315..cc7ed2a71228c9d0d8b8546ea1cb405860b9f437 100644 (file)
@@ -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() { :; }
index 64d8f5e7daf3ce417399dca8a21d606c123e8d36..d0f42029fa977b1537651ef9a4e0bdb8fb5e4b98 100644 (file)
@@ -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() { :; }