commit: 77442586ac1db5871eaad498c1f8a95172d8e7be Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Oct 22 20:51:52 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Oct 22 21:08:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77442586
kde-apps/kqtquickcharts: Set CMAKE_QA_COMPAT_SKIP, fixed in >=25.12 Upstream commit aec022555b793285618a226ae0ee8411899c259f Closes: https://bugs.gentoo.org/964964 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/kqtquickcharts/kqtquickcharts-25.08.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-25.08.2.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-25.08.2.ebuild index 9c3268174aba..72407f1efa6c 100644 --- a/kde-apps/kqtquickcharts/kqtquickcharts-25.08.2.ebuild +++ b/kde-apps/kqtquickcharts/kqtquickcharts-25.08.2.ebuild @@ -3,6 +3,7 @@ EAPI=8 +CMAKE_QA_COMPAT_SKIP=1 # bug 964964, fixed in >=25.12 KFMIN=6.16.0 QTMIN=6.9.1 inherit ecm gear.kde.org
