mirror of
https://github.com/gosticks/brew.git
synced 2026-08-25 02:50:20 +00:00
When reading a building a formula from a keg (rather than e.g. from name) then the deprecation options were not remapped correctly as they are only done in `Tab.for_formula` and not `Tab.for_keg`. Ensure that after we’ve created the formula that the `used_options` are remapped correctly.