commit: 35913dc12dfc8f34db766d410e9ee60866c223b2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 23:25:42 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 28 09:14:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35913dc1
sys-devel/llvm-common: Utilize partial git checkouts
sys-devel/llvm-common/llvm-common-5.0.9999.ebuild | 5 +++++
sys-devel/llvm-common/llvm-common-9999.ebuild | 5 +++++
2 files changed, 10 insertions(+)
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 239d0e083cd..cc7ed2a7122 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 64d8f5e7daf..d0f42029fa9 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() { :; }