From 624a6d08220bac6b4a3ae075d9502e5a67d588e9 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 8 Oct 2016 12:04:24 +0200 Subject: [PATCH] Comment out `license` stanza deprecation warning. --- Library/Homebrew/cask/lib/hbc/dsl.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/lib/hbc/dsl.rb b/Library/Homebrew/cask/lib/hbc/dsl.rb index db6739f4bb..ff0db0040d 100644 --- a/Library/Homebrew/cask/lib/hbc/dsl.rb +++ b/Library/Homebrew/cask/lib/hbc/dsl.rb @@ -205,7 +205,9 @@ module Hbc end def license(*) - odeprecated "Hbc::DSL#license" + # TODO: Uncomment after `license` has been + # removed from all official taps. + # odeprecated "Hbc::DSL#license" end # depends_on uses a load method so that multiple stanzas can be merged