diff options
| author | Mike McQuaid | 2014-01-04 13:10:03 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-04 13:35:48 +0000 | 
| commit | 1dca4e9d8a2bbd19930232ce2be673f986f6f1de (patch) | |
| tree | b1b48fe0f7e640c13b68d805b8f27af257ef6c56 /Library | |
| parent | cebba2699409f67c1f456b353089806885d7ff58 (diff) | |
| download | homebrew-1dca4e9d8a2bbd19930232ce2be673f986f6f1de.tar.bz2 | |
yasm: cleanup python usage.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/yasm.rb | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/yasm.rb b/Library/Formula/yasm.rb index 9390404ec..6b010549f 100644 --- a/Library/Formula/yasm.rb +++ b/Library/Formula/yasm.rb @@ -33,9 +33,4 @@ class Yasm < Formula      system './configure', *args      system 'make install'    end - -  def caveats -    python.standard_caveats if python -  end -  end  | 
