aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/missing_formula.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-03-31 15:03:24 +0100
committerGitHub2017-03-31 15:03:24 +0100
commite30eeb3d1b77b044ddce7852893d0a87bd7ed277 (patch)
treeeae37e4c6d332d7379826251453b50481db322d9 /Library/Homebrew/missing_formula.rb
parente9947fb42fe198a82492eea0c9117131229884bb (diff)
parentf5321d1b0d8f24cb2d4773c03f57f1c643fc775f (diff)
downloadbrew-e30eeb3d1b77b044ddce7852893d0a87bd7ed277.tar.bz2
Merge pull request #2426 from Zverik/osmium
Remove osmium from blacklisted formulas
Diffstat (limited to 'Library/Homebrew/missing_formula.rb')
-rw-r--r--Library/Homebrew/missing_formula.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb
index 1b584af8a..b7e22748f 100644
--- a/Library/Homebrew/missing_formula.rb
+++ b/Library/Homebrew/missing_formula.rb
@@ -64,10 +64,6 @@ module Homebrew
and then follow the tutorial:
#{Formatter.url("https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md")}
EOS
- when "osmium" then <<-EOS.undent
- The creator of Osmium requests that it not be packaged and that people
- use the GitHub master branch instead.
- EOS
when "gfortran" then <<-EOS.undent
GNU Fortran is now provided as part of GCC, and can be installed with:
brew install gcc