diff options
| author | puredanger | 2017-08-22 12:17:11 -0500 | 
|---|---|---|
| committer | puredanger | 2017-08-22 12:17:11 -0500 | 
| commit | 9bc706f1fcc7bce3a71e63c11d98257e49cac76f (patch) | |
| tree | d1f504a71dffa3d596749e8e69b05e6a3f7515de /Library/Homebrew/missing_formula.rb | |
| parent | 85fd43d4fe595f73b9168360b4c15a43e1a9debf (diff) | |
| download | brew-9bc706f1fcc7bce3a71e63c11d98257e49cac76f.tar.bz2 | |
remove blacklisting of Clojure to allow adding a Clojure formula
Diffstat (limited to 'Library/Homebrew/missing_formula.rb')
| -rw-r--r-- | Library/Homebrew/missing_formula.rb | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb index 4d90ddb61..c3625c8bb 100644 --- a/Library/Homebrew/missing_formula.rb +++ b/Library/Homebrew/missing_formula.rb @@ -55,15 +55,6 @@ module Homebrew          when "gsutil" then <<-EOS.undent            Install gsutil with `pip install gsutil`            EOS -        when "clojure" then <<-EOS.undent -          Clojure isn't really a program but a library managed as part of a -          project and Leiningen is the user interface to that library. - -          To install Clojure you should install Leiningen: -            brew install leiningen -          and then follow the tutorial: -            #{Formatter.url("https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md")} -          EOS          when "gfortran" then <<-EOS.undent            GNU Fortran is now provided as part of GCC, and can be installed with:              brew install gcc | 
