From df2f676a889fb2382ba6a99c0102c9e147f8cf07 Mon Sep 17 00:00:00 2001 From: Esteve Varela Colominas Date: Mon, 3 Nov 2025 21:17:33 +0100 Subject: [PATCH] dev-util/nvchecker: Improve message formatting Signed-off-by: Esteve Varela Colominas --- dev-util/nvchecker/nvchecker-2.19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/nvchecker/nvchecker-2.19.ebuild b/dev-util/nvchecker/nvchecker-2.19.ebuild index e7e1897784..a4466dbd2c 100644 --- a/dev-util/nvchecker/nvchecker-2.19.ebuild +++ b/dev-util/nvchecker/nvchecker-2.19.ebuild @@ -92,8 +92,8 @@ pkg_postinst() { ! has_version "dev-python/tornado[${PYTHON_USEDEP}]"; then ewarn "This program is using dev-python/aiohttp as networking backend" ewarn "However, for the best results, upstream recommends installing the following:" - ewarn " - dev-python/tornado" - ewarn " - dev-python/pycurl" + ewarn " dev-python/tornado" + ewarn " dev-python/pycurl" ewarn fi