aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2010-01-17 20:54:36 +0000
committerMax Howell2010-01-17 20:56:24 +0000
commitdaf223906041ec665dcad681da813e9e8fac12a9 (patch)
tree77f99c6e752ad21409fc2573185691c2796168c0
parent8d6720204d28a49903058de2d289c6d6b9afedec (diff)
downloadhomebrew-daf223906041ec665dcad681da813e9e8fac12a9.tar.bz2
Don't require beer_events
RubyCocoa is a large dependency, and any large system can cause unexpected errors. In this case the user's system was badly setup and RubyCocoa caused a dynamic loader issue. We don't use beer_events currently due to other bugs that occurred sporadically with its use. So requiring it is unnecessary. So lets save ourselves trouble. Fixes #487
-rw-r--r--Library/Homebrew/formula_installer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 3c94602e2..66cf35dcd 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -1,4 +1,3 @@
-require 'beer_events'
require 'formula'
require 'set'