aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-05-04 22:44:38 -0500
committerJack Nagel2014-05-04 22:45:57 -0500
commit18447a916ef0f70e86979b8065cc0c4a53d403e2 (patch)
treeebffcc8b3fad98360859699ab1189a40067b8d40 /Library/Homebrew
parent4c640db84ea169ba1b13ccaba4bf84d3c8ca2d8e (diff)
downloadhomebrew-18447a916ef0f70e86979b8065cc0c4a53d403e2.tar.bz2
Drop emacs dep audit
cf. #24802.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index af6fbc2e0..54046e48d 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.