commit: b661a0cfd3f9238a2bcefb1eb3661a652abe5807
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 16:42:18 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 15 16:42:18 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b661a0cf
cmake-utils.eclass: _cmake_modify-cmakelists: eqawarn -> einfo
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/cmake-utils.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 42a108976f..d01a64d014 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -427,8 +427,8 @@ _cmake_modify-cmakelists() {
-i {} + || die "${LINENO}: failed to disable hardcoded settings"
local x
for x in $(find "${CMAKE_USE_DIR}" -name CMakeLists.txt -exec grep -l
"^#_cmake_modify_IGNORE" {} +;); do
- eqawarn "Hardcoded definition(s) removed in $(echo "${x}" | cut
-c $((${#CMAKE_USE_DIR}+2))-):"
- eqawarn "$(grep -se '^#_cmake_modify_IGNORE' ${x} | cut -c
22-99)"
+ einfo "Hardcoded definition(s) removed in $(echo "${x}" | cut
-c $((${#CMAKE_USE_DIR}+2))-):"
+ einfo "$(grep -se '^#_cmake_modify_IGNORE' ${x} | cut -c 22-99)"
done
# NOTE Append some useful summary here