formula: update bottle :unneeded comment

Signed-off-by: Michael Cho <michael@michaelcho.dev>
This commit is contained in:
Michael Cho 2024-03-07 10:01:56 -05:00
parent 8a852cf8c8
commit 6638243cd8
No known key found for this signature in database
GPG Key ID: 55E85E28A7CD1E85

View File

@ -3257,13 +3257,7 @@ class Formula
# sha256 high_sierra: "91dd0caca9bd3f38c439d5a7b6f68440c4274945615fae035ff0a369264b8a2f"
# end</pre>
#
# Homebrew maintainers aim to bottle all formulae that require compilation.
#
# Formulae that can be installed without compilation should be tagged with:
# <pre>bottle :unneeded</pre>
#
# Formulae which should not be bottled should be tagged with:
# <pre>bottle :disable, "reasons"</pre>
# Homebrew maintainers aim to bottle all formulae.
sig { params(block: T.proc.bind(BottleSpecification).void).void }
def bottle(&block)
stable.bottle(&block)