From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AB0A1584AD for ; Wed, 23 Apr 2025 15:18:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 47C2C3430AB for ; Wed, 23 Apr 2025 15:18:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0DEA31104B8; Wed, 23 Apr 2025 15:18:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F27F91104B9 for ; Wed, 23 Apr 2025 15:18:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABD89343068 for ; Wed, 23 Apr 2025 15:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 288A72615 for ; Wed, 23 Apr 2025 15:18:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745421314.3b09bec0f02bea369af769c038290b72ea798962.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/chromium-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b09bec0f02bea369af769c038290b72ea798962 X-VCS-Branch: master Date: Wed, 23 Apr 2025 15:18:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3567361d-ff37-430c-bb23-dff7c1cd1f6f X-Archives-Hash: ab0f6918e7cffbefd2f2ff6be5d7e33f commit: 3b09bec0f02bea369af769c038290b72ea798962 Author: Sam James gentoo org> AuthorDate: Wed Apr 23 10:09:40 2025 +0000 Commit: Sam James gentoo 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 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