diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 92a8ad6293..83411ab5b9 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -1789,7 +1789,11 @@ class Formula "pinned" => pinned?, "outdated" => outdated?, "deprecated" => deprecated?, + "deprecation_date" => deprecation_date, + "deprecation_reason" => deprecation_reason, "disabled" => disabled?, + "disable_date" => disable_date, + "disable_reason" => disable_reason, } if stable