From fa667dc8d3127dbc4ba86e0bcbdfa4d4bda339aa Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 8 May 2014 20:18:31 -0500 Subject: [PATCH] Don't advertise using CLT.installed? in the DSL, it's slow --- Library/Contributions/example-formula.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index 1eac92c8af..ce2c6e20dc 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