aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-04 22:44:38 -0500
committerJack Nagel2014-05-04 22:45:57 -0500
commit9f42b6b9c7a7713242ab06cc21e082fd31f59dda (patch)
tree72d99b9ea9102bb375d5f7914942bf925dcc5c43 /Library
parent36f2abfe65d7063f60458baa045d61948e28fcc6 (diff)
downloadbrew-9f42b6b9c7a7713242ab06cc21e082fd31f59dda.tar.bz2
Drop emacs dep audit
cf. Homebrew/homebrew#24802.
Diffstat (limited to 'Library')
-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.