diff options
| author | Mike McQuaid | 2014-01-04 13:17:08 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-04 13:35:48 +0000 | 
| commit | c43fc302134af47a235022e0d809db96f4a0c6da (patch) | |
| tree | 67354addd619e189607daec4d6c45ea5175be336 /Library/Formula | |
| parent | b51b660d67989c4d18677f14c755b520dd2aa508 (diff) | |
| download | homebrew-c43fc302134af47a235022e0d809db96f4a0c6da.tar.bz2 | |
thrift: cleanup python usage.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/thrift.rb | 3 | 
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__  | 
