diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-02-03 00:37:15 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-02-03 00:42:36 +0100 |
| commit | fe35b2329aa2bc411cb28a2d47261a473d630fe1 (patch) | |
| tree | 613c3bc07fa4b28afa3c5d141930c394cf475ec4 /eclass | |
| parent | 201f4d22de10c79abaf40b941e8509df1003b926 (diff) | |
| download | kde-fe35b2329aa2bc411cb28a2d47261a473d630fe1.tar.gz kde-fe35b2329aa2bc411cb28a2d47261a473d630fe1.tar.bz2 kde-fe35b2329aa2bc411cb28a2d47261a473d630fe1.zip | |
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@protonmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/ecm-common.eclass | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/eclass/ecm-common.eclass b/eclass/ecm-common.eclass index 7f5d3d1e991..1075982e1dd 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 |
