From 9041777bb2bfe6ff427e13797b9e03c15c5b06e1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 26 Jan 2013 14:13:58 +0000 Subject: [PATCH] qt5: make keg_only due to qt conflict. References Homebrew/homebrew#16471. References Homebrew/homebrew#16921. --- Formula/qt5.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/qt5.rb b/Formula/qt5.rb index d262f67ef8..5a5c3d7194 100644 --- a/Formula/qt5.rb +++ b/Formula/qt5.rb @@ -7,6 +7,8 @@ class Qt5 < Formula head 'git://gitorious.org/qt/qt5.git', :branch => 'master' + keg_only "Qt 5 conflicts Qt 4 (which is currently much more widely used)." + option :universal option 'with-qtdbus', 'Enable QtDBus module' option 'with-demos-examples', 'Enable Qt demos and examples'