From fe41fa14fd28180d3438367f5c068bce95bbf63b Mon Sep 17 00:00:00 2001 From: Samuel John Date: Wed, 5 Dec 2012 16:11:57 +0100 Subject: python: dtrace support is experimental. Closes #16421. Signed-off-by: Mike McQuaid --- Library/Formula/python.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3