diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/icu4c.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb index 096a4448d..9241100af 100644 --- a/Library/Formula/icu4c.rb +++ b/Library/Formula/icu4c.rb @@ -13,7 +13,7 @@ class Icu4c < Formula sha1 "c7de3cc30819af40dbbc185d9cd9dd299ea3dc5a" => :lion end - keg_only "Conflicts; see: https://github.com/Homebrew/homebrew/issues/issue/167" + keg_only :provided_by_osx, "OS X provides libicucore.dylib (but nothing else)." option :universal option :cxx11 |
