From: Andrey Utkin Date: Wed, 4 Dec 2019 22:36:39 +0000 (+0000) Subject: sys-kernel/raspberrypi-sources: make clone shallow X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=588b855c65e785adbaa8cdcd9d431d97ae11aa29;p=gentoo.git 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 --- 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"