aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2012-12-05 16:11:57 +0100
committerMike McQuaid2012-12-05 15:51:53 +0000
commitfe41fa14fd28180d3438367f5c068bce95bbf63b (patch)
tree44300060a5642dc6c9ffa033c6a990b1d4428a13 /Library
parent6f0faa7dfa1d9ea6a2836cdbd483f3673a131ff5 (diff)
downloadhomebrew-fe41fa14fd28180d3438367f5c068bce95bbf63b.tar.bz2
python: dtrace support is experimental.
Closes #16421. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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'