commit:     6f39d930db7af53e3d3fa73af6ce929c0810ef98
Author:     Lucas Ivan Benchat Parra <libenchat <AT> hotmail <DOT> com>
AuthorDate: Sun Dec 14 23:44:15 2025 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 17:18:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f39d930

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

Signed-off-by: Lucas Ivan Benchat Parra <libenchat <AT> 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 <AT> gentoo.org>

 app-backup/bacula/bacula-15.0.3-r1.ebuild | 2 +-
 app-backup/bacula/bacula-15.0.3-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/bacula/bacula-15.0.3-r1.ebuild 
b/app-backup/bacula/bacula-15.0.3-r1.ebuild
index 32e5634de154..51644023d2fb 100644
--- a/app-backup/bacula/bacula-15.0.3-r1.ebuild
+++ b/app-backup/bacula/bacula-15.0.3-r1.ebuild
@@ -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
 }

diff --git a/app-backup/bacula/bacula-15.0.3-r2.ebuild 
b/app-backup/bacula/bacula-15.0.3-r2.ebuild
index 0e0f138ec937..a90b5e0b36f1 100644
--- a/app-backup/bacula/bacula-15.0.3-r2.ebuild
+++ b/app-backup/bacula/bacula-15.0.3-r2.ebuild
@@ -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
 }

Reply via email to