mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
724ba8729b
commit
6f39d930db
@ -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
|
||||
}
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user