expat: mark as keg-only

This commit is contained in:
Misty De Meo 2014-08-21 11:15:45 -07:00
parent b8bc64e3bf
commit d95adce59c

View file

@ -12,6 +12,8 @@ class Expat < Formula
sha1 "9be7ecfc6f4e2e58361af84e303214b842c652b7" => :lion
end
keg_only :provided_by_osx, "OS X includes Expat 1.5."
option :universal
def install
@ -21,8 +23,4 @@ class Expat < Formula
"--mandir=#{man}"
system "make install"
end
def caveats
"Note that OS X has Expat 1.5 installed in /usr already."
end
end