From dfe1eb31ca80f7a5863fcf61d4308e380ae55c33 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 31 Aug 2011 13:02:23 +0100 Subject: [PATCH] Blacklist lzma since it was removed Now when people search for it or try to install it they will receive a helpful message. --- Library/Homebrew/blacklist.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index cab396c8d1..7e77279e0f 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -55,5 +55,7 @@ def blacklisted? name To do it in one line, use this command: curl http://npmjs.org/install.sh | sh EOS + when /(lib)?lzma/ + "lzma is now part of the xz formula." end end