diff options
| author | Jack Nagel | 2014-05-08 20:18:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-08 20:18:31 -0500 |
| commit | 06d1a77d09b1bdef2069b9670bec598d3e6aaa71 (patch) | |
| tree | 6469015482f0d5c2e19a3b355ab545b77662de51 /Library | |
| parent | 435ac0147aed11611f4210d2becb31cd946d47c0 (diff) | |
| download | homebrew-06d1a77d09b1bdef2069b9670bec598d3e6aaa71.tar.bz2 | |
Don't advertise using CLT.installed? in the DSL, it's slow
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/example-formula.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index 1eac92c8a..ce2c6e20d 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -82,8 +82,6 @@ class ExampleFormula < Formula option :universal option "with-spam", "The description goes here without a dot at the end" option "with-qt", "Text here overwrites the autogenerated one from `depends_on "qt"`" - # Only show an option if the Command Line Tools are installed: - option "with-dtrace", "Experimental DTrace support" if MacOS::CLT.installed? ## Bottles |
