From fdc74badf499022fea7dd3c980fe34e6a1383051 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Fri, 5 Dec 2014 18:44:17 -0800 Subject: [PATCH] qt5: depends on Lion or newer Closes Homebrew/homebrew#34719. --- Formula/qt5.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/qt5.rb b/Formula/qt5.rb index 01eb56d415..89dd933ee7 100644 --- a/Formula/qt5.rb +++ b/Formula/qt5.rb @@ -51,6 +51,9 @@ class Qt5 < Formula option "developer", "Build and link with developer options" option "with-oci", "Build with Oracle OCI plugin" + # Snow Leopard is untested and support is being officially removed in 5.4 + # https://qt.gitorious.org/qt/qtbase/commit/5be81925d7be19dd0f1022c3cfaa9c88624b1f08 + depends_on :macos => :lion depends_on "pkg-config" => :build depends_on "d-bus" => :optional depends_on :mysql => :optional