app-backup/bacula: fix typo in pkg_setup() ewarn message

Signed-off-by: Lucas Ivan Benchat Parra <libenchat@hotmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45030
Closes: https://github.com/gentoo/gentoo/pull/45030
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
Lucas Ivan Benchat Parra 2025-12-14 20:44:15 -03:00 committed by Thomas Beierlein
parent 724ba8729b
commit 6f39d930db
No known key found for this signature in database
GPG Key ID: AF4C8CF6B6C40570
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ pkg_setup() {
if use bacula-clientonly && use static && use qt5; then
ewarn
ewarn "Building statically linked 'bat' is not supported. Ignorig 'qt5' useflag."
ewarn "Building statically linked 'bat' is not supported. Ignoring 'qt5' useflag."
ewarn
fi
}

View File

@ -87,7 +87,7 @@ pkg_setup() {
if use bacula-clientonly && use static && use qt6; then
ewarn
ewarn "Building statically linked 'bat' is not supported. Ignorig 'qt6' useflag."
ewarn "Building statically linked 'bat' is not supported. Ignoring 'qt6' useflag."
ewarn
fi
}