Merge pull request #5903 from native-api/show_bottle_disabled
Add "bottle_disabled" to `brew info --json`
This commit is contained in:
commit
891c67d509
@ -1606,6 +1606,7 @@ class Formula
|
||||
"version_scheme" => version_scheme,
|
||||
"bottle" => {},
|
||||
"keg_only" => keg_only?,
|
||||
"bottle_disabled" => bottle_disabled?,
|
||||
"options" => [],
|
||||
"build_dependencies" => dependencies.select(&:build?)
|
||||
.map(&:name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user