sys-kernel/raspberrypi-sources: make clone shallow
authorAndrey Utkin <andrey_utkin@gentoo.org>
Wed, 4 Dec 2019 22:36:39 +0000 (22:36 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Wed, 4 Dec 2019 23:21:05 +0000 (23:21 +0000)
This makes download size and time reasonable.

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild

index 76139074cd9f0f55dfb002a119148a1bbb9d8d8c..1102273c8d56ba9d25bf375167ebdb5ae65c6e98 100644 (file)
@@ -15,6 +15,7 @@ inherit git-r3 versionator
 EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
 EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
 EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
+EGIT_CLONE_TYPE="shallow"
 
 DESCRIPTION="Raspberry PI kernel sources"
 HOMEPAGE="https://github.com/raspberrypi/linux"