commit:     6b65097ea17be039bdb3ed4c9998139fe72e54f3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 11:47:08 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 11:47:08 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b65097e

kde-apps/kio-extras: Use bundled net-libs/kdsoap-ws-discovery-client

In order to be able to switch net-libs/kdsoap-ws-discovery-client and
net-libs/kdsoap to Qt6.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kio-extras/kio-extras-23.08.49.9999.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

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 21ec38e9b7..d44ed1ed2c 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
@@ -57,11 +57,7 @@ DEPEND="
        nfs? ( net-libs/libtirpc:= )
        openexr? ( media-libs/openexr:= )
        phonon? ( >=media-libs/phonon-4.11.0[qt5(+)] )
-       samba? (
-               net-fs/samba[client]
-               net-libs/kdsoap:=
-               net-libs/kdsoap-ws-discovery-client
-       )
+       samba? ( net-fs/samba[client] )
        sftp? ( net-libs/libssh:=[sftp] )
        taglib? ( >=media-libs/taglib-1.11.1 )
        X? (
@@ -91,9 +87,6 @@ src_configure() {
                $(cmake_use_find_package taglib Taglib)
                -DWITHOUT_X11=$(usex !X)
        )
-       use samba && mycmakeargs+=(
-               -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
-       )
 
        ecm_src_configure
 }

Reply via email to