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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B448E15808A for ; Sun, 20 Jul 2025 16:09:11 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 98A58340D7B for ; Sun, 20 Jul 2025 16:09:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 91E0E11055E; Sun, 20 Jul 2025 16:09:10 +0000 (UTC) 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 bobolink.gentoo.org (Postfix) with ESMTPS id 87DB311055E for ; Sun, 20 Jul 2025 16:09:10 +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 420F0340D7B for ; Sun, 20 Jul 2025 16:09:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5EA42A31 for ; Sun, 20 Jul 2025 16:09:08 +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: <1753027649.0f60698cd05f815a6fdf99b0fe495356680c9b03.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kmymoney/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kmymoney/kmymoney-9999.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0f60698cd05f815a6fdf99b0fe495356680c9b03 X-VCS-Branch: master Date: Sun, 20 Jul 2025 16:09:08 +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: 8780238a-5731-4948-8a0c-1db02bb316b9 X-Archives-Hash: fe761262d48be3790fe38865451a43a2 commit: 0f60698cd05f815a6fdf99b0fe495356680c9b03 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 20 16:07:29 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 20 16:07:29 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0f60698c app-office/kmymoney: Drop unused cmake arg Upstream commit f248eb2fe7c19bc1144c5b6203d97ddc46a6165a Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index 8d5eef8ad7..e65d89002a 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -93,7 +93,6 @@ src_prepare() { src_configure() { local mycmakeargs=( -DBUILD_WITH_QT6=ON # high level CMake fix - -DBUILD_WITH_QT6_CONFIRMED=ON # I have no words ... -DENABLE_WOOB=OFF # ported to Py3; not yet re-added in Gentoo -DUSE_QT_DESIGNER=OFF $(cmake_use_find_package activities PlasmaActivities)