ruby: remove unused fails_with :llvm.

This commit is contained in:
Mike McQuaid 2016-12-13 01:57:43 +00:00 committed by Tomasz Pajor
parent b731220328
commit cdc963cce8

View file

@ -48,10 +48,6 @@ class Ruby < Formula
depends_on "openssl"
depends_on :x11 if build.with? "tcltk"
fails_with :llvm do
build 2326
end
def install
# otherwise `gem` command breaks
ENV.delete("SDKROOT")