Drop emacs dep audit

cf. Homebrew/homebrew#24802.
This commit is contained in:
Jack Nagel 2014-05-04 22:44:38 -05:00
parent 36f2abfe65
commit 9f42b6b9c7

View File

@ -162,7 +162,7 @@ class FormulaAuditor
when *BUILD_TIME_DEPS
next if dep.build? or dep.run?
problem %{#{dep} dependency should be "depends_on '#{dep}' => :build"}
when "git", "ruby", "emacs", "mercurial"
when "git", "ruby", "mercurial"
problem <<-EOS.undent
Don't use #{dep} as a dependency. We allow non-Homebrew
#{dep} installations.