diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libffi.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/libffi.rb b/Library/Formula/libffi.rb index 3eb9612dc..a40f252c5 100644 --- a/Library/Formula/libffi.rb +++ b/Library/Formula/libffi.rb @@ -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 |
