diff options
| author | Max Howell | 2009-10-15 09:07:12 +0100 |
|---|---|---|
| committer | Max Howell | 2009-10-15 16:48:03 +0100 |
| commit | a82e823935e9c4092000bab57d1a6f1cae481dca (patch) | |
| tree | a45b244cfc7538ab12a3d0de26db70cc1fa6ce71 /Library/Formula/gnupg.rb | |
| parent | 19d9d18357150af66c344e77af5b23e48b045721 (diff) | |
| download | homebrew-a82e823935e9c4092000bab57d1a6f1cae481dca.tar.bz2 | |
s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
Diffstat (limited to 'Library/Formula/gnupg.rb')
| -rw-r--r-- | Library/Formula/gnupg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnupg.rb b/Library/Formula/gnupg.rb index 6202b93bd..ede1b9ac2 100644 --- a/Library/Formula/gnupg.rb +++ b/Library/Formula/gnupg.rb @@ -1,4 +1,4 @@ -require 'brewkit' +require 'formula' class Gnupg <Formula @url='ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.10.tar.bz2' |
