From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E05EA158B20 for ; Sun, 02 Feb 2025 23:42:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C85F8342FE4 for ; Sun, 02 Feb 2025 23:42:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C001F1103B6; Sun, 02 Feb 2025 23:42:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B44D51103B6 for ; Sun, 02 Feb 2025 23:42:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66FA5342FE4 for ; Sun, 02 Feb 2025 23:42:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C729223F4 for ; Sun, 02 Feb 2025 23:42:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1738539756.fe35b2329aa2bc411cb28a2d47261a473d630fe1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/ecm-common.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe35b2329aa2bc411cb28a2d47261a473d630fe1 X-VCS-Branch: master Date: Sun, 02 Feb 2025 23:42:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f1eb8fc-8ed7-4770-9e7e-a4a17d1285cf X-Archives-Hash: f9e89860bc3619adcb36b6d8490efb12 commit: fe35b2329aa2bc411cb28a2d47261a473d630fe1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 2 23:37:15 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 protonmail.com> Signed-off-by: Andreas Sturmlechner 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