commit: fe35b2329aa2bc411cb28a2d47261a473d630fe1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 23:37:15 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 23:42:36 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe35b232
ecm-common.eclass: Drop ecm.eclass derived KFMIN kde-frameworks quirk
It is simply not necessary for the basic functions used, and only leads to
problems with live versions claiming unfulfilled dependencies in
_ecm-common_preamble().
Thanks-to: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/ecm-common.eclass | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/eclass/ecm-common.eclass b/eclass/ecm-common.eclass
index 7f5d3d1e99..1075982e1d 100644
--- a/eclass/ecm-common.eclass
+++ b/eclass/ecm-common.eclass
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ecm-common.eclass
@@ -28,13 +28,9 @@ inherit cmake
# @ECLASS_VARIABLE: KFMIN
# @DEFAULT_UNSET
# @DESCRIPTION:
-# Minimum version of Frameworks to require. Default value for kde-frameworks
-# is ${PV} and 6.0.0 baseline for everything else.
+# Minimum version of Frameworks to require. Default value is 6.0.0.
# If set to <5.240, it is assumed dependencies are fulfilled by KF5/Qt5
# alternatively, thus a block of SLOT=5 shadow dependencies added.
-if [[ ${CATEGORY} = kde-frameworks ]]; then
- : "${KFMIN:=$(ver_cut 1-2)}"
-fi
: "${KFMIN:=6.0.0}"
# @ECLASS_VARIABLE: _KFSLOT