suil: remove non-existent support for Qt 5

There will be support for Qt 5 in an upcoming release, but there's none
in the current stable (0.8.2), thus remove optional `qt5` dependency.

Closes Homebrew/homebrew#50226.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
This commit is contained in:
Martin Afanasjew 2016-03-18 07:18:03 +01:00 committed by Xu Cheng
parent e3c6f670ac
commit 79b67faffa

View file

@ -15,7 +15,6 @@ class Suil < Formula
depends_on "lv2"
depends_on "gtk+" => :recommended
depends_on "qt" => :optional
depends_on "qt5" => :optional
depends_on :x11 => :optional
def install