From 588b855c65e785adbaa8cdcd9d431d97ae11aa29 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Wed, 4 Dec 2019 22:36:39 +0000 Subject: [PATCH] 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 --- .../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 76139074cd9f..1102273c8d56 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" -- 2.26.2