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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF735158083 for ; Sat, 14 Sep 2024 09:00:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7A18E29A6; Sat, 14 Sep 2024 09:00:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id D4550E29A6 for ; Sat, 14 Sep 2024 09:00:07 +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 1CF4733BE19 for ; Sat, 14 Sep 2024 09:00:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78FD01F40 for ; Sat, 14 Sep 2024 09:00:05 +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: <1726304335.e038baee1e6b198e87c7d3fa323dd743168cfde5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/poxml/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/poxml/poxml-24.08.49.9999.ebuild kde-apps/poxml/poxml-9999.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e038baee1e6b198e87c7d3fa323dd743168cfde5 X-VCS-Branch: master Date: Sat, 14 Sep 2024 09:00:05 +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: b2f1c12d-9adf-4d54-8223-8c24d6facd8e X-Archives-Hash: 10f02d1d54d4709a291a8ea9baa7a9f6 commit: e038baee1e6b198e87c7d3fa323dd743168cfde5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 08:58:55 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 08:58:55 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e038baee kde-apps/poxml: Add missing KFMIN >=6 definition ... even if not used by ebuild, it is necessary for ecm.eclass to define correct deps on Qt6 and KF6 deps. Bug: https://bugs.gentoo.org/939603 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/poxml-24.08.49.9999.ebuild | 1 + kde-apps/poxml/poxml-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/poxml/poxml-24.08.49.9999.ebuild b/kde-apps/poxml/poxml-24.08.49.9999.ebuild index 967503ea84..b9e579b130 100644 --- a/kde-apps/poxml/poxml-24.08.49.9999.ebuild +++ b/kde-apps/poxml/poxml-24.08.49.9999.ebuild @@ -4,6 +4,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" +KFMIN=6.5.0 QTMIN=6.7.2 inherit ecm gear.kde.org diff --git a/kde-apps/poxml/poxml-9999.ebuild b/kde-apps/poxml/poxml-9999.ebuild index 967503ea84..b9e579b130 100644 --- a/kde-apps/poxml/poxml-9999.ebuild +++ b/kde-apps/poxml/poxml-9999.ebuild @@ -4,6 +4,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" +KFMIN=6.5.0 QTMIN=6.7.2 inherit ecm gear.kde.org