aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/python.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 55312cca3..07f30f0cb 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -43,8 +43,7 @@ class Python < Formula
option 'with-poll', 'Enable select.poll, which is not fully implemented on OS X (http://bugs.python.org/issue5154)'
# --with-dtrace relies on CLT as dtrace hard-codes paths to /usr
- # http://bugs.python.org/issue13405
- option 'with-dtrace', 'Install with DTrace support' if MacOS::CLT.installed?
+ option 'with-dtrace', 'Experimental DTrace support (http://bugs.python.org/issue13405)' if MacOS::CLT.installed?
def patches
'https://raw.github.com/gist/3415636/2365dea8dc5415daa0148e98c394345e1191e4aa/pythondtrace-patch.diff'