From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1670534-garchives=archives.gentoo.org@lists.gentoo.org> 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 4A2E9158083 for <garchives@archives.gentoo.org>; Sat, 14 Sep 2024 09:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E530E29A5; Sat, 14 Sep 2024 09:03:30 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A8F0E29A5 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Sep 2024 09:03:30 +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 9F35A33BF41 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Sep 2024 09:03:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38CC727ED for <gentoo-commits@lists.gentoo.org>; Sat, 14 Sep 2024 09:03:28 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1726304589.303be03e19a91fb0b7c441c7b14daea690e9bd39.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/poxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/poxml/poxml-24.08.1-r1.ebuild kde-apps/poxml/poxml-24.08.1.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 303be03e19a91fb0b7c441c7b14daea690e9bd39 X-VCS-Branch: master Date: Sat, 14 Sep 2024 09:03:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd20e74c-540f-4ff2-a9f4-5877ab1a2a95 X-Archives-Hash: 6de896f8afbad8c77f9c2e98e84b742e commit: 303be03e19a91fb0b7c441c7b14daea690e9bd39 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Sep 14 08:58:55 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Sep 14 09:03:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303be03e 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. Closes: https://bugs.gentoo.org/939603 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/poxml/{poxml-24.08.1.ebuild => poxml-24.08.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/poxml/poxml-24.08.1.ebuild b/kde-apps/poxml/poxml-24.08.1-r1.ebuild similarity index 97% rename from kde-apps/poxml/poxml-24.08.1.ebuild rename to kde-apps/poxml/poxml-24.08.1-r1.ebuild index 81fcf0c70c29..84b513673108 100644 --- a/kde-apps/poxml/poxml-24.08.1.ebuild +++ b/kde-apps/poxml/poxml-24.08.1-r1.ebuild @@ -4,6 +4,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" +KFMIN=6.5.0 QTMIN=6.7.2 inherit ecm gear.kde.org