aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-04 19:39:48 -0800
committerAdam Vandenberg2012-02-04 19:39:48 -0800
commitb769471577cbad4f2c8d5b3153be20482c27e4df (patch)
treec64acff1a5ecf324f7b0b20997ee64b945754891 /Library
parent0228551703f6b005cda6b34ce676d02af5822a71 (diff)
downloadhomebrew-b769471577cbad4f2c8d5b3153be20482c27e4df.tar.bz2
uwsgi: remove verbose warning
The thing that was causing this problem has been fixed in Homebrew.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/uwsgi.rb8
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