From 7543731e9723d2368844a99826b5e684d35d08ff Mon Sep 17 00:00:00 2001 From: Oscar Lesta Date: Thu, 7 Aug 2025 13:26:32 -0300 Subject: [PATCH] bacon: add a clarifying comment. No revbump needed. --- dev-lang/bacon/bacon-5.0.1.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/bacon/bacon-5.0.1.recipe b/dev-lang/bacon/bacon-5.0.1.recipe index cf973e9ad..b2ce80a0a 100644 --- a/dev-lang/bacon/bacon-5.0.1.recipe +++ b/dev-lang/bacon/bacon-5.0.1.recipe @@ -52,6 +52,8 @@ BUILD() { runConfigure --omit-dirs binDir ./configure \ --bindir=$commandBinDir + # Stops the recipe from halting, waiting for user interaction. + # (asks if the user wants to see a report about some deprecation warnings) echo 'n' | make }