libffi: keg_only style tweaks
This commit is contained in:
parent
ded27d0f2a
commit
2ce7039f8a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Libffi < Formula
|
|||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
keg_only :provided_by_osx, "Some formulae require a newer version of libffi."
|
||||
keg_only :provided_by_osx, "some formulae require a newer version of libffi"
|
||||
|
||||
def install
|
||||
system "./autogen.sh" if build.head?
|
||||
|
|
Loading…
Reference in a new issue