diff options
| author | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-10-21 10:21:37 +0000 |
|---|---|---|
| committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-10-21 10:21:37 +0000 |
| commit | 1194c677cba34789e13889d73053599934a8cf9a (patch) | |
| tree | 7d4b265490c1515d3615b0ab1d1a92f32f199b54 /eclass/cmake.eclass | |
| parent | 77505330f87864718d263982c4cb3e022b8e01ba (diff) | |
| parent | e989d25034738524247ba2c5f408203df9284314 (diff) | |
| download | kde-1194c677cba34789e13889d73053599934a8cf9a.tar.gz kde-1194c677cba34789e13889d73053599934a8cf9a.tar.bz2 kde-1194c677cba34789e13889d73053599934a8cf9a.zip | |
Merge updates from master
Diffstat (limited to 'eclass/cmake.eclass')
| -rw-r--r-- | eclass/cmake.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index f214ec36c2d..a4b0e5b4e08 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -339,7 +339,7 @@ _cmake_minreqver-info() { [[ -n ${_CMAKE_MINREQVER_CMAKE305[@]} ]] && warnlvl=305 [[ -n ${_CMAKE_MINREQVER_CMAKE310[@]} ]] || [[ ${warnlvl} ]] && warnlvl=310 [[ ${CMAKE_ECM_MODE} == true ]] && - { [[ -n ${_CMAKE_MINREQVER_CMAKE316[@]} ]] || [[ ${warnlvl} ]] } && warnlvl=316 + { [[ -n ${_CMAKE_MINREQVER_CMAKE316[@]} ]] || [[ ${warnlvl} ]]; } && warnlvl=316 local weak_qaw="QA Notice: " minreqver_qanotice() { |
