commit:     3b09bec0f02bea369af769c038290b72ea798962
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 10:09:40 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 15:15:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b09bec0

chromium-2.eclass: use 'QA Notice:' prefix in eqawarn

This makes life easier for tinderboxes, but we should improve this in some 
future
EAPI.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/chromium-2.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/chromium-2.eclass b/eclass/chromium-2.eclass
index 0831f1f17aa5..e8f471e2178f 100644
--- a/eclass/chromium-2.eclass
+++ b/eclass/chromium-2.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: chromium-2.eclass
@@ -83,7 +83,7 @@ chromium_remove_language_paks() {
        # Look for missing pak files.
        for lang in ${CHROMIUM_LANGS}; do
                if [[ ! -e ${lang}.pak ]]; then
-                       eqawarn "L10N warning: no .pak file for ${lang} 
(${lang}.pak not found)"
+                       eqawarn "QA Notice: L10N warning: no .pak file for 
${lang} (${lang}.pak not found)"
                fi
        done
 
@@ -101,7 +101,7 @@ chromium_remove_language_paks() {
                fi
 
                if ! has ${lang} ${CHROMIUM_LANGS}; then
-                       eqawarn "L10N warning: no ${lang} in LANGS"
+                       eqawarn "QA Notice: L10N warning: no ${lang} in LANGS"
                        continue
                fi
 

Reply via email to