aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-08 12:04:24 +0200
committerMarkus Reiter2016-10-08 12:07:12 +0200
commit624a6d08220bac6b4a3ae075d9502e5a67d588e9 (patch)
treeeaf790378914d36b53bbf7ba6010d1f4cefcdff2 /Library/Homebrew
parent0c3bb42a8a4ac46cc2622cb6660565e186d9df2b (diff)
downloadbrew-624a6d08220bac6b4a3ae075d9502e5a67d588e9.tar.bz2
Comment out `license` stanza deprecation warning.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cask/lib/hbc/dsl.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/dsl.rb b/Library/Homebrew/cask/lib/hbc/dsl.rb
index db6739f4b..ff0db0040 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