diff options
| author | Adam Vandenberg | 2012-02-04 19:39:48 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-04 19:39:48 -0800 |
| commit | b769471577cbad4f2c8d5b3153be20482c27e4df (patch) | |
| tree | c64acff1a5ecf324f7b0b20997ee64b945754891 /Library/Formula | |
| parent | 0228551703f6b005cda6b34ce676d02af5822a71 (diff) | |
| download | homebrew-b769471577cbad4f2c8d5b3153be20482c27e4df.tar.bz2 | |
uwsgi: remove verbose warning
The thing that was causing this problem has been fixed in Homebrew.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/uwsgi.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb index d5225f384..c108f7abc 100644 --- a/Library/Formula/uwsgi.rb +++ b/Library/Formula/uwsgi.rb @@ -20,12 +20,4 @@ class Uwsgi < Formula system "python uwsgiconfig.py --build" bin.install "uwsgi" end - - def caveats - <<-EOS.undent - NOTE: "brew install -v uwsgi" will fail! - You must install in non-verbose mode for this to succeed. - Patches to fix this are welcome. - EOS - end end |
