From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1079250-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id F385A138334
	for <garchives@archives.gentoo.org>; Sun, 24 Mar 2019 19:18:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0DCE5E0B20;
	Sun, 24 Mar 2019 19:18:39 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DDFDDE0B1E
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Mar 2019 19:18:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B3EAB335D46
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Mar 2019 19:18:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0945C57F
	for <gentoo-commits@lists.gentoo.org>; Sun, 24 Mar 2019 19:18:35 +0000 (UTC)
From: "Andrey Utkin" <andrey_utkin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" <andrey_utkin@gentoo.org>
Message-ID: <1553455061.143a889827582b814512eeb73d4c4850fd1f2106.andrey_utkin@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/raspberrypi-firmware/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
X-VCS-Directories: sys-boot/raspberrypi-firmware/
X-VCS-Committer: andrey_utkin
X-VCS-Committer-Name: Andrey Utkin
X-VCS-Revision: 143a889827582b814512eeb73d4c4850fd1f2106
X-VCS-Branch: master
Date: Sun, 24 Mar 2019 19:18:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d50fbc48-b5ac-4bcc-8b2a-83eb5f514714
X-Archives-Hash: f0381c20dd3db3a2ebabbf9d8dd5262c

commit:     143a889827582b814512eeb73d4c4850fd1f2106
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 23:26:52 2019 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 19:17:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143a8898

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 <AT> gentoo.org>

 sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
index 43479c28dc0..a8560773a41 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"