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 19A061584AD for ; Wed, 23 Apr 2025 15:19:01 +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 05336343068 for ; Wed, 23 Apr 2025 15:19:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5228B1104BA; Wed, 23 Apr 2025 15:18:46 +0000 (UTC) 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 bobolink.gentoo.org (Postfix) with ESMTPS id 494691104BA for ; Wed, 23 Apr 2025 15:18:46 +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 051F93430A0 for ; Wed, 23 Apr 2025 15:18:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D40E2662 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: <1745421316.db16f59d43b278ec7047deda4e7faa3c82940892.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/ecm.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: db16f59d43b278ec7047deda4e7faa3c82940892 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: 67862fb0-a32b-4dbc-bed7-8bbc0a296e5a X-Archives-Hash: eb2c0e7282412cfbd73317f671dc5607 commit: db16f59d43b278ec7047deda4e7faa3c82940892 Author: Sam James gentoo org> AuthorDate: Wed Apr 23 10:11:26 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 23 15:15:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db16f59d ecm.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/ecm.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 9caaf59cb3fa..7a3d51c9913a 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -498,7 +498,7 @@ if [[ ${EAPI} == 8 ]]; then # Determine if the current GCC version is acceptable, otherwise die. _ecm_deprecated_check_gcc_version() { if ver_test ${KFMIN} -ge 6.9; then - eqawarn "QA notice: ecm_pkg_${1} has become a no-op." + eqawarn "QA Notice: ecm_pkg_${1} has become a no-op." eqawarn "It is no longer being exported with KFMIN >=6.9.0." else [[ ${MERGE_TYPE} != binary && -v KDE_GCC_MINIMAL ]] && @@ -592,7 +592,7 @@ ecm_src_prepare() { diff -Naur ${f}.old ${f} 1>>${pf} rm ${f}.old || die "Failed to clean up" done - eqawarn "QA notice: Build system modified by ECM_TEST=forceoptional-recursive." + eqawarn "QA Notice: Build system modified by ECM_TEST=forceoptional-recursive." eqawarn "Unified diff file ready for pickup in:" eqawarn " ${pf}" eqawarn "Push it upstream to make this message go away." @@ -780,7 +780,7 @@ if [[ ${EAPI} == 8 ]]; then # Carryall for ecm_pkg_preinst, ecm_pkg_postinst and ecm_pkg_postrm. _ecm_nongui_deprecated() { if ver_test ${KFMIN} -ge 6.9; then - eqawarn "QA notice: ecm_pkg_${1} has become a no-op." + eqawarn "QA Notice: ecm_pkg_${1} has become a no-op." eqawarn "It is no longer being exported with KFMIN >=6.9.0." else case ${ECM_NONGUI} in