aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/blacklist.rb
diff options
context:
space:
mode:
authorMax Howell2011-08-31 13:02:23 +0100
committerMax Howell2011-08-31 13:02:23 +0100
commitc0d4ea1f53e956d9b3442fd9a8417d05b1188565 (patch)
tree35b1a238fd1624167800fe2286ae5680ca545de6 /Library/Homebrew/blacklist.rb
parentc901bbc577aaea671400ee159c628db00bfcdd68 (diff)
downloadhomebrew-c0d4ea1f53e956d9b3442fd9a8417d05b1188565.tar.bz2
Blacklist lzma since it was removed
Now when people search for it or try to install it they will receive a helpful message.
Diffstat (limited to 'Library/Homebrew/blacklist.rb')
-rw-r--r--Library/Homebrew/blacklist.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index cab396c8d..7e77279e0 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