diff options
| author | Jack Nagel | 2014-02-28 16:51:15 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-02-28 16:51:15 -0600 |
| commit | 15294493e2f94f233f738a4c6d772610d00edaa3 (patch) | |
| tree | 1142d8dbb948e087f80867314687cc9d6b430124 | |
| parent | 97fcbbe0b3f01f6cf7ad065ee6397d5c65abc97c (diff) | |
| download | homebrew-15294493e2f94f233f738a4c6d772610d00edaa3.tar.bz2 | |
Remove libarchive from the blacklist, it's in core now
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index a5f0fceda..dd9913f76 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -1,11 +1,8 @@ def blacklisted? name case name.downcase - when 'screen', /^rubygems?$/ then <<-EOS.undent + when 'screen', /^rubygems?$/, 'libpcap' then <<-EOS.undent Apple distributes #{name} with OS X, you can find it in /usr/bin. EOS - when 'libarchive', 'libpcap' then <<-EOS.undent - Apple distributes #{name} with OS X, you can find it in /usr/lib. - EOS when 'libiconv' then <<-EOS.undent Apple distributes #{name} with OS X, you can find it in /usr/lib. Some build scripts fail to detect it correctly, please check existing |
