libffi: add keg-only reason
This commit is contained in:
parent
8e8601c9b8
commit
3261f22789
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ class Libffi < Formula
|
|||
homepage 'http://sourceware.org/libffi/'
|
||||
sha1 '56e41f87780e09d06d279690e53d4ea2c371ea88'
|
||||
|
||||
keg_only :provided_by_osx,
|
||||
"TODO: What software depends on this newer libffi?"
|
||||
keg_only :provided_by_osx, "Guile uses this version of libffi."
|
||||
|
||||
def install
|
||||
ENV.universal_binary
|
||||
|
|
Loading…
Reference in a new issue