diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-09-07 06:19:44 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-09-07 06:22:11 -0400 |
commit | aab025c20d538aa417c8456bf8fcb0c5f3d3e2ab (patch) | |
tree | 110ef12a0aae293035498d202de9743cd591796c /eclass/qt6-build.eclass | |
parent | sys-libs/libblockdev: add 3.0.3 (diff) | |
download | gentoo-aab025c20d538aa417c8456bf8fcb0c5f3d3e2ab.tar.gz gentoo-aab025c20d538aa417c8456bf8fcb0c5f3d3e2ab.tar.bz2 gentoo-aab025c20d538aa417c8456bf8fcb0c5f3d3e2ab.zip |
qt6-build.eclass: error harder
Oops.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'eclass/qt6-build.eclass')
-rw-r--r-- | eclass/qt6-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |