diff options
| author | Mike McQuaid | 2014-05-08 18:22:26 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-05-15 20:51:13 +0100 |
| commit | 4edd5f1a317e220add033a97fff204a83f031cec (patch) | |
| tree | 724f7e3425d534274408acb3912ffb6beab4238b /Library/Formula | |
| parent | 1e4d4f5dc25d66cdd3d6015ef673bd13a5f43881 (diff) | |
| download | homebrew-4edd5f1a317e220add033a97fff204a83f031cec.tar.bz2 | |
llvm: make python an optional dependency.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/llvm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb index 63086a0c0..99cd3b0a7 100644 --- a/Library/Formula/llvm.rb +++ b/Library/Formula/llvm.rb @@ -17,7 +17,7 @@ class Llvm < Formula option 'rtti', 'Build with C++ RTTI' option 'disable-assertions', 'Speeds up LLVM, but provides less debug information' - depends_on :python => :recommended + depends_on :python => :optional keg_only :provided_by_osx |
