aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-04 13:17:08 +0000
committerMike McQuaid2014-01-04 13:35:48 +0000
commitc43fc302134af47a235022e0d809db96f4a0c6da (patch)
tree67354addd619e189607daec4d6c45ea5175be336 /Library
parentb51b660d67989c4d18677f14c755b520dd2aa508 (diff)
downloadhomebrew-c43fc302134af47a235022e0d809db96f4a0c6da.tar.bz2
thrift: cleanup python usage.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/thrift.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb
index 291e0eb2e..f3a2a809e 100644
--- a/Library/Formula/thrift.rb
+++ b/Library/Formula/thrift.rb
@@ -51,7 +51,7 @@ class Thrift < Formula
end
def caveats
- s = <<-EOS.undent
+ <<-EOS.undent
To install Ruby bindings:
gem install thrift
@@ -61,7 +61,6 @@ class Thrift < Formula
brew install thrift --with-php
EOS
- s += python.standard_caveats if python
end
end
__END__