commit:     aab025c20d538aa417c8456bf8fcb0c5f3d3e2ab
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  7 10:19:44 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Sep  7 10:22:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab025c2

qt6-build.eclass: error harder

Oops.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 eclass/qt6-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass
index e4992ba58078..0b4ea6a58ce6 100644
--- a/eclass/qt6-build.eclass
+++ b/eclass/qt6-build.eclass
@@ -101,7 +101,7 @@ qt6-build_src_prepare() {
        if [[ -e CMakeLists.txt ]]; then
                # build may be skipped entirely and install nothing without 
errors
                # if checking for a major dependency/condition failed
-               sed -i '/message(NOTICE.*Skipping/s/NOTICE/ERROR/' 
CMakeLists.txt || die
+               sed -i '/message(NOTICE.*Skipping/s/NOTICE/FATAL_ERROR/' 
CMakeLists.txt || die
        fi
 
        if in_iuse test && use test && [[ -e tests/auto/CMakeLists.txt ]]; then

Reply via email to