aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2012-01-17 21:03:11 -0600
committerJack Nagel2012-01-17 21:57:13 -0600
commitcf1698784585ea6cace7fc8f2ae68b5ce7407bd7 (patch)
tree76964abe4db10a1eca538f15eb40bfce051f9f00 /Library/Homebrew/cmd
parent38b4a06207240f84c8c9ff5c92fccc86143e570c (diff)
downloadbrew-cf1698784585ea6cace7fc8f2ae68b5ce7407bd7.tar.bz2
audit: check for mercurial dependency
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/cmd')
-rwxr-xr-xLibrary/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 b6423de37..e980466da 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -270,7 +270,7 @@ def audit_formula_instance f
end
case d
- when "git", "python", "ruby", "emacs", "mysql", "postgresql"
+ when "git", "python", "ruby", "emacs", "mysql", "postgresql", "mercurial"
problems << " * Don't use #{d} as a dependency; we allow non-Homebrew\n #{d} installs."
end
end