aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dependency.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-22 15:00:15 -0500
committerJack Nagel2014-06-22 15:03:17 -0500
commit4d9d01893e61dc111736977a8faf1a5473de12a9 (patch)
tree041fae5272b1cbf56a16e239f0c157a545a45838 /Library/Homebrew/dependency.rb
parent90183877ff25f1ea8e5575079754dcfbb51188c2 (diff)
downloadbrew-4d9d01893e61dc111736977a8faf1a5473de12a9.tar.bz2
Move deprecated Formula class methods to compat
These have all been moved to Formulary.
Diffstat (limited to 'Library/Homebrew/dependency.rb')
-rw-r--r--Library/Homebrew/dependency.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dependency.rb b/Library/Homebrew/dependency.rb
index dd92cc4fc..451511faf 100644
--- a/Library/Homebrew/dependency.rb
+++ b/Library/Homebrew/dependency.rb
@@ -29,7 +29,7 @@ class Dependency
end
def to_formula
- f = Formula.factory(name)
+ f = Formulary.factory(name)
# Add this dependency's options to the formula's build args
f.build.args = f.build.args.concat(options)
f