From be1ac34117fb950c02c194649e2bb05a6c11b1d9 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Mon, 26 Oct 2015 16:14:41 +0100 Subject: BottleDisableReason: enforce the use of :disable Closes Homebrew/homebrew#45337. Signed-off-by: Baptiste Fontaine --- Library/Homebrew/formula_support.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb index 3d7f347b9..cff456fb4 100644 --- a/Library/Homebrew/formula_support.rb +++ b/Library/Homebrew/formula_support.rb @@ -58,7 +58,7 @@ end # Used to annotate formulae that don't require compiling or cannot build bottle. class BottleDisableReason - SUPPORTED_TYPES = [:unneeded, :disabled] + SUPPORTED_TYPES = [:unneeded, :disable] def initialize(type, reason) @type = type -- cgit v1.2.3