diff options
| author | Max Howell | 2010-01-17 20:54:36 +0000 |
|---|---|---|
| committer | Max Howell | 2010-01-17 20:56:24 +0000 |
| commit | daf223906041ec665dcad681da813e9e8fac12a9 (patch) | |
| tree | 77f99c6e752ad21409fc2573185691c2796168c0 | |
| parent | 8d6720204d28a49903058de2d289c6d6b9afedec (diff) | |
| download | homebrew-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.rb | 1 |
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' |
