diff options
| author | Parry | 2014-10-16 14:09:45 +0800 |
|---|---|---|
| committer | Jack Nagel | 2014-10-18 02:52:00 -0500 |
| commit | 6b2377496daaa38660a9dcb2e1b4300921d06a24 (patch) | |
| tree | aba1ac3c76b62ec4d7cdb3c1abbf151dd690830b /Library/Formula | |
| parent | c8fff57bf7cc8ec9c7940fb39ac2e55e0097ebaf (diff) | |
| download | homebrew-6b2377496daaa38660a9dcb2e1b4300921d06a24.tar.bz2 | |
icu4c: change keg_only reason
Closes #33203.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 |
