From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3964D158042 for ; Fri, 15 Nov 2024 21:08:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E9E1E089D; Fri, 15 Nov 2024 21:08:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A5B0E089D for ; Fri, 15 Nov 2024 21:08:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65397343017 for ; Fri, 15 Nov 2024 21:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFDCF1915 for ; Fri, 15 Nov 2024 21:08:25 +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: <1731704559.606e50d8915e39aca485d0e36897ca7c9a1a8a85.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/ecm.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 606e50d8915e39aca485d0e36897ca7c9a1a8a85 X-VCS-Branch: master Date: Fri, 15 Nov 2024 21:08:25 +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: 8d3c8aef-608c-4afc-bc99-bda2459aa5f1 X-Archives-Hash: 8f5cf6b8b4ef971ed7fdb48ed4f21a55 commit: 606e50d8915e39aca485d0e36897ca7c9a1a8a85 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 18 17:35:02 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 15 21:02:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=606e50d8 ecm.eclass: Drop KF 5.9999 support Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/ecm.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index f290715636..44b09ba8ed 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -176,9 +176,7 @@ fi # prefixed cmake args. : "${_KFSLOT:=5}" if [[ ${CATEGORY} == kde-frameworks ]]; then - if [[ ${PV} != 5.9999 ]] && $(ver_test ${KFMIN} -ge 5.240); then - _KFSLOT=6 - fi + ver_test ${KFMIN} -ge 5.240 && _KFSLOT=6 else if [[ ${KFMIN/.*} == 6 ]] || $(ver_test ${KFMIN} -ge 5.240); then _KFSLOT=6