diff options
Diffstat (limited to 'Library/Formula/gnu-getopt.rb')
| -rw-r--r-- | Library/Formula/gnu-getopt.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/Library/Formula/gnu-getopt.rb b/Library/Formula/gnu-getopt.rb index 639692ca9..3f9752b6b 100644 --- a/Library/Formula/gnu-getopt.rb +++ b/Library/Formula/gnu-getopt.rb @@ -7,9 +7,7 @@ class GnuGetopt <Formula    depends_on 'gettext' -  def keg_only? -    :provided_by_osx -  end +  keg_only :provided_by_osx    def install      inreplace 'Makefile' do |s| | 
