summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-22 18:59:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-22 19:01:05 +0200
commit981406b7d11946988c47d4084b6b11af5ce27727 (patch)
tree660807d17388d256f8997e155a4bf0a4400e9020 /eclass
parent1e518c23cbe149bb343bc889fdb3fcae46a56c6e (diff)
downloadkde-981406b7d11946988c47d4084b6b11af5ce27727.tar.gz
kde-981406b7d11946988c47d4084b6b11af5ce27727.tar.bz2
kde-981406b7d11946988c47d4084b6b11af5ce27727.zip
ecm-common.eclass: Fix inverted logic in pkg_setup() re KFMIN
Closes: https://bugs.gentoo.org/938312 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ecm-common.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ecm-common.eclass b/eclass/ecm-common.eclass
index 460d702dea1..63a23878c6f 100644
--- a/eclass/ecm-common.eclass
+++ b/eclass/ecm-common.eclass
@@ -325,7 +325,7 @@ ecm-common-check_deps() {
# preferring KF6. The result is stored in _KFSLOT, which is then handed
# to CMakeLists.txt as KFSLOT var for further use.
ecm-common_pkg_setup() {
- $(ver_test ${KFMIN} -lt 5.240) && return
+ $(ver_test ${KFMIN} -ge 5.240) && return
if has_version -b "kde-frameworks/ki18n:6" && {
! in_iuse handbook || {