diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-12-04 22:36:39 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-12-04 23:21:05 +0000 |
commit | 588b855c65e785adbaa8cdcd9d431d97ae11aa29 (patch) | |
tree | 3ac6176cde67b8f24017f7ba803d95d8cda2fa74 /sys-kernel | |
parent | sys-kernel/raspberrypi-sources: take maintainership (diff) | |
download | gentoo-588b855c65e785adbaa8cdcd9d431d97ae11aa29.tar.gz gentoo-588b855c65e785adbaa8cdcd9d431d97ae11aa29.tar.bz2 gentoo-588b855c65e785adbaa8cdcd9d431d97ae11aa29.zip |
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@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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" |