bottles: remove legacy tab handling.
References Homebrew/homebrew#20716.
This commit is contained in:
parent
52574240af
commit
49acf70813
@ -30,8 +30,7 @@ end
|
||||
def built_as_bottle? f
|
||||
return false unless f.installed?
|
||||
tab = Tab.for_keg(f.installed_prefix)
|
||||
# Need to still use the old "built_bottle" until all bottles are updated.
|
||||
tab.built_as_bottle or tab.built_bottle
|
||||
tab.built_as_bottle
|
||||
end
|
||||
|
||||
def bottle_current? f
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user