From d484046a920b9c8015cd6c5f292b08ee8c74c96a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 6 Apr 2017 09:03:07 +0100 Subject: [PATCH] cockatrice: rename qt5 to qt. --- Formula/cockatrice.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/cockatrice.rb b/Formula/cockatrice.rb index 87c7339de2..4e38a01a65 100644 --- a/Formula/cockatrice.rb +++ b/Formula/cockatrice.rb @@ -5,6 +5,7 @@ class Cockatrice < Formula :tag => "2017-03-14-Release", :revision => "6e723b2a992022ba343d45d881b3c92b9d1c6ba2" version "2017-03-14" + revision 1 head "https://github.com/Cockatrice/Cockatrice.git" bottle do @@ -20,9 +21,9 @@ class Cockatrice < Formula depends_on "protobuf" if build.with? "server" - depends_on "qt5" => "with-mysql" + depends_on "qt" => "with-mysql" else - depends_on "qt5" + depends_on "qt" end fails_with :clang do