From 3f50f6a5d48a154a4580b4f22f18d7fb8dc7c57b Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 13 Nov 2013 10:30:56 -0800 Subject: [PATCH] rename formula to match class --- qt5-no-corewlan.rb => qt5.rb | 3 +++ 1 file changed, 3 insertions(+) rename qt5-no-corewlan.rb => qt5.rb (96%) diff --git a/qt5-no-corewlan.rb b/qt5.rb similarity index 96% rename from qt5-no-corewlan.rb rename to qt5.rb index efcc3096bf..08d0609864 100644 --- a/qt5-no-corewlan.rb +++ b/qt5.rb @@ -1,3 +1,6 @@ +# this is a Qt5 formula patched to remove support for the CoreWLAN module on OS X +# which was causing us problems with constant WLAN scans + require 'formula' class Qt5 < Formula