Merge pull request #2426 from Zverik/osmium
Remove osmium from blacklisted formulas
This commit is contained in:
		
						commit
						e30eeb3d1b
					
				@ -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
 | 
			
		||||
 | 
			
		||||
@ -88,14 +88,6 @@ describe Homebrew::MissingFormula do
 | 
			
		||||
      it { is_expected.to be_blacklisted }
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    context "osmium" do
 | 
			
		||||
      %w[osmium Osmium].each do |s|
 | 
			
		||||
        subject { s }
 | 
			
		||||
 | 
			
		||||
        it { is_expected.to be_blacklisted }
 | 
			
		||||
      end
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    context "gfortran" do
 | 
			
		||||
      subject { "gfortran" }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user