From 9f42b6b9c7a7713242ab06cc21e082fd31f59dda Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 4 May 2014 22:44:38 -0500 Subject: [PATCH] Drop emacs dep audit cf. Homebrew/homebrew#24802. --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index af6fbc2e09..54046e48db 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -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.