aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-09-01 13:24:29 +0200
committerSamuel John2013-09-03 13:14:54 +0200
commit576f08a8ebdac51990866b21d5ba3d40274a6547 (patch)
tree7cf0fe37c5950d730cce561200d95b8be78e966b /Library
parent9b755e5ad2638ef792a0ee20670de79fe9e878e2 (diff)
downloadbrew-576f08a8ebdac51990866b21d5ba3d40274a6547.tar.bz2
pil: is now blacklisted.
PIL has been removed and users should use pillow either by `pip install pillo` or `brew install samueljohn/python/pillow`.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/blacklist.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index f3aa60d53..5d14f15d7 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -29,6 +29,9 @@ def blacklisted? name
when 'pip' then <<-EOS.undent
pip is installed by `brew install python`
EOS
+ when 'pil' then <<-EOS.undent
+ Instead of PIL, consider to `pip install pillow` or `brew install samueljohn/python/pillow`.
+ EOS
when 'macruby' then <<-EOS.undent
MacRuby works better when you install their package:
http://www.macruby.org/