diff options
| author | Samuel John | 2012-12-05 16:11:57 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2012-12-05 15:51:53 +0000 |
| commit | fe41fa14fd28180d3438367f5c068bce95bbf63b (patch) | |
| tree | 44300060a5642dc6c9ffa033c6a990b1d4428a13 /Library | |
| parent | 6f0faa7dfa1d9ea6a2836cdbd483f3673a131ff5 (diff) | |
| download | homebrew-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.rb | 3 |
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' |
