commit:     588b855c65e785adbaa8cdcd9d431d97ae11aa29
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 22:36:39 2019 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 23:21:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588b855c

sys-kernel/raspberrypi-sources: make clone shallow

This makes download size and time reasonable.

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild
index 76139074cd9..1102273c8d5 100644
--- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild
@@ -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";

Reply via email to