From 51cbf22169597bf857fa10ea2f5490607c531a75 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 14 Feb 2014 17:02:11 -0500 Subject: qt5: use shallow clone option --- Library/Formula/qt5.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb index d15538e2c..41e358646 100644 --- a/Library/Formula/qt5.rb +++ b/Library/Formula/qt5.rb @@ -3,11 +3,6 @@ require 'formula' class Qt5HeadDownloadStrategy < GitDownloadStrategy include FileUtils - def support_depth? - # We need to make a local clone so we can't use "--depth 1" - false - end - def stage @clone.cd { reset } safe_system 'git', 'clone', @clone, '.' @@ -28,7 +23,7 @@ class Qt5 < Formula end head 'git://gitorious.org/qt/qt5.git', :branch => 'stable', - :using => Qt5HeadDownloadStrategy + :using => Qt5HeadDownloadStrategy, :shallow => false keg_only "Qt 5 conflicts Qt 4 (which is currently much more widely used)." -- cgit v1.2.3