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 1BFBB158015 for ; Sat, 9 Dec 2023 15:15:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60F502BC051; Sat, 9 Dec 2023 15:15:47 +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 442E62BC04B for ; Sat, 9 Dec 2023 15:15:47 +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 83886340C39 for ; Sat, 9 Dec 2023 15:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A7691497 for ; Sat, 9 Dec 2023 15:15:44 +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: <1702134700.54f42ce6dc96dc6bf2d2b2b383304add8c1a69a8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 54f42ce6dc96dc6bf2d2b2b383304add8c1a69a8 X-VCS-Branch: master Date: Sat, 9 Dec 2023 15:15:44 +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: db5591d5-4fee-43b3-afe0-14b109a8c196 X-Archives-Hash: 3dbb7f9685c4adfdd5b1d27668653418 commit: 54f42ce6dc96dc6bf2d2b2b383304add8c1a69a8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 9 15:11:40 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 9 15:11:40 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=54f42ce6 kde-apps/kio-extras: Disable finding system KDSoapWSDiscoveryClient Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild b/kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild index d44ed1ed2c..7d01318d0a 100644 --- a/kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild @@ -88,5 +88,11 @@ src_configure() { -DWITHOUT_X11=$(usex !X) ) + use samba && mycmakeargs+=( + # do not attempt to find now Qt6-based system version + -DCMAKE_DISABLE_FIND_PACKAGE_KDSoapWSDiscoveryClient=ON + ) + + ecm_src_configure }