From 2d50501c4e97849f5fa265a0bbe4e1846904854e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 28 Feb 2014 16:51:15 -0600 Subject: [PATCH] Remove libarchive from the blacklist, it's in core now --- Library/Homebrew/blacklist.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index a5f0fcedac..dd9913f76f 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