aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorilovezfs2017-08-30 23:56:13 -0700
committerGitHub2017-08-30 23:56:13 -0700
commit8b145e27bc6163ac2f55bfc6120415bd9f9c1a40 (patch)
tree60185437a1cf97fe039be2f06595027c86c964a6 /Library
parent156bca7dfb22e0fcbfd1c2a06d15330e8b9b454d (diff)
parentf8d5b20512700c9458c51523bda2da24f4212b0c (diff)
downloadbrew-8b145e27bc6163ac2f55bfc6120415bd9f9c1a40.tar.bz2
Merge pull request #3102 from DomT4/pillow
missing_formula: update for Pillow's brew demise.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/missing_formula.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb
index c3625c8bb..a3d182a2b 100644
--- a/Library/Homebrew/missing_formula.rb
+++ b/Library/Homebrew/missing_formula.rb
@@ -31,7 +31,7 @@ module Homebrew
#{Formatter.url("https://pip.readthedocs.io/en/stable/installing/")}
EOS
when "pil" then <<-EOS.undent
- Instead of PIL, consider `pip install pillow` or `brew install Homebrew/science/pillow`.
+ Instead of PIL, consider `pip2 install pillow`.
EOS
when "macruby" then <<-EOS.undent
MacRuby is not packaged and is on an indefinite development hiatus.
@@ -53,7 +53,7 @@ module Homebrew
ruin SSH's security.
EOS
when "gsutil" then <<-EOS.undent
- Install gsutil with `pip install gsutil`
+ Install gsutil with `pip2 install gsutil`
EOS
when "gfortran" then <<-EOS.undent
GNU Fortran is now provided as part of GCC, and can be installed with: