aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorJack Nagel2014-05-08 20:18:31 -0500
committerJack Nagel2014-05-08 20:18:31 -0500
commitfa667dc8d3127dbc4ba86e0bcbdfa4d4bda339aa (patch)
tree8603aba6f4bebd0da2e091ebab2342775143959c /Library/Contributions
parentf193196f7b56b138f0206ad2e6352f70b8b1b846 (diff)
downloadbrew-fa667dc8d3127dbc4ba86e0bcbdfa4d4bda339aa.tar.bz2
Don't advertise using CLT.installed? in the DSL, it's slow
Diffstat (limited to 'Library/Contributions')
-rw-r--r--Library/Contributions/example-formula.rb2
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