qt5: depends on Lion or newer

Closes Homebrew/homebrew#34719.
This commit is contained in:
Misty De Meo 2014-12-05 18:44:17 -08:00
parent 9a1c9f265c
commit fdc74badf4

View file

@ -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