summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-04-23 11:11:14 +0100
committerSam James <sam@gentoo.org>2025-04-23 16:57:53 +0100
commitb43118a71269ce510a8874ed58bc7f09c9181e42 (patch)
tree64f5b84c2c9eb15a2df7c130ebe987fff05cada5 /eclass
parentf0c8e552d54d0450a9ac1f0798ff3b6ad6631f4a (diff)
downloadkde-b43118a71269ce510a8874ed58bc7f09c9181e42.tar.gz
kde-b43118a71269ce510a8874ed58bc7f09c9181e42.tar.bz2
kde-b43118a71269ce510a8874ed58bc7f09c9181e42.zip
cmake.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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cmake.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index f8aff46b3c6..083b566d261 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -220,7 +220,7 @@ _cmake_check_build_dir() {
# TODO: For EAPI > 8, we should ban S=WORKDIR for CMake.
# See bug #889420.
if [[ ${S} == "${WORKDIR}" && ${BUILD_DIR} == "${WORKDIR}_build" ]] ; then
- eqawarn "QA notice: S=WORKDIR is deprecated for cmake.eclass."
+ eqawarn "QA Notice: S=WORKDIR is deprecated for cmake.eclass."
eqawarn "Please relocate the sources in src_unpack."
BUILD_DIR="${WORKDIR}"/${P}_build
fi