sys-boot/raspberrypi-firmware: use shallow git clone
authorAndrey Utkin <andrey_utkin@gentoo.org>
Fri, 22 Mar 2019 23:26:52 +0000 (23:26 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Sun, 24 Mar 2019 19:17:41 +0000 (19:17 +0000)
By default git-r3 eclass pulls full history of the master branch, which
is huge in case of this specific upstream repository.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild

index 43479c28dc01f5224bf7f6c0d154b82e7d10dd34..a8560773a41cce4c38b9bde8a60e43636c959e8c 100644 (file)
@@ -18,6 +18,7 @@ DEPEND=""
 RDEPEND=""
 
 EGIT_REPO_URI="https://github.com/raspberrypi/firmware"
+EGIT_CLONE_TYPE="shallow"
 
 RESTRICT="binchecks strip"