From 6638243cd8ab4e8fb526fd0522690cccf1ce6fab Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Thu, 7 Mar 2024 10:01:56 -0500 Subject: [PATCH] formula: update `bottle :unneeded` comment Signed-off-by: Michael Cho --- Library/Homebrew/formula.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 2540a3ba09..a85092d7c8 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -3257,13 +3257,7 @@ class Formula # sha256 high_sierra: "91dd0caca9bd3f38c439d5a7b6f68440c4274945615fae035ff0a369264b8a2f" # end # - # Homebrew maintainers aim to bottle all formulae that require compilation. - # - # Formulae that can be installed without compilation should be tagged with: - #
bottle :unneeded
- # - # Formulae which should not be bottled should be tagged with: - #
bottle :disable, "reasons"
+ # Homebrew maintainers aim to bottle all formulae. sig { params(block: T.proc.bind(BottleSpecification).void).void } def bottle(&block) stable.bottle(&block)