gv: remove minimum X11 requirement. (#21285)

This will be a no-op as of https://github.com/Homebrew/brew/pull/3523.
This commit is contained in:
Mike McQuaid 2017-12-03 10:43:51 +00:00 committed by ilovezfs
parent 22ac341f3d
commit 52b037aa6c

View file

@ -14,7 +14,7 @@ class Gv < Formula
depends_on "pkg-config" => :build
depends_on "ghostscript" => "with-x11"
depends_on :x11 => "2.7.2"
depends_on :x11
skip_clean "share/gv/safe-gs-workdir"