From acff36553605bfcd512e853343e2f65d5ccabe82 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Thu, 23 Oct 2014 20:41:05 -0700 Subject: perl 5.20.1: Add keg_only :provided_by_osx Closes #33537. Signed-off-by: Jack Nagel --- Library/Formula/perl.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/perl.rb b/Library/Formula/perl.rb index 278000306..85460738b 100644 --- a/Library/Formula/perl.rb +++ b/Library/Formula/perl.rb @@ -14,7 +14,8 @@ class Perl < Formula sha1 "3b76970b4fef0112a441473aaaceb817c05ed333" => :lion end - keg_only "OS X ships Perl and overriding that can cause unintended issues" + keg_only :provided_by_osx, + "OS X ships Perl and overriding that can cause unintended issues" option "with-dtrace", "Build with DTrace probes" option "with-tests", "Build and run the test suite" -- cgit v1.2.3