diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-22 23:26:52 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-24 19:17:41 +0000 |
commit | 143a889827582b814512eeb73d4c4850fd1f2106 (patch) | |
tree | f6fb9a2fc9a1e948f90741669c33e750267903a1 /sys-boot/raspberrypi-firmware | |
parent | sys-boot/raspberrypi-firmware: EAPI 5 -> 7 (diff) | |
download | gentoo-143a889827582b814512eeb73d4c4850fd1f2106.tar.gz gentoo-143a889827582b814512eeb73d4c4850fd1f2106.tar.bz2 gentoo-143a889827582b814512eeb73d4c4850fd1f2106.zip |
sys-boot/raspberrypi-firmware: use shallow git clone
By default git-r3 eclass pulls full history of the master branch, which
is huge in case of this specific upstream repository.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'sys-boot/raspberrypi-firmware')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 43479c28dc01..a8560773a41c 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild @@ -18,6 +18,7 @@ DEPEND="" RDEPEND="" EGIT_REPO_URI="https://github.com/raspberrypi/firmware" +EGIT_CLONE_TYPE="shallow" RESTRICT="binchecks strip" |