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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14D3E138350 for ; Mon, 2 Mar 2020 22:47:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3220E0929; Mon, 2 Mar 2020 22:47:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFE4BE0929 for ; Mon, 2 Mar 2020 22:47:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9063534F556 for ; Mon, 2 Mar 2020 22:47:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BAEC161 for ; Mon, 2 Mar 2020 22:47:34 +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: <1583189155.91c2e1f38f9f6e7899cce2c6a289a95a8cabc915.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-9999.ebuild X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 91c2e1f38f9f6e7899cce2c6a289a95a8cabc915 X-VCS-Branch: master Date: Mon, 2 Mar 2020 22:47:34 +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: 4f2e5493-bb13-44b4-9f75-732591206c24 X-Archives-Hash: 6f129a02114aa8d0419c6b3a422e8303 commit: 91c2e1f38f9f6e7899cce2c6a289a95a8cabc915 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 2 22:44:45 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 2 22:45:55 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=91c2e1f3 kde-apps/kio-extras: Add new DEPEND Reported-by: Eugene Shalygin gmail.com> Closes: https://bugs.gentoo.org/710936 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kio-extras/kio-extras-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index 41aa529315..400f8cfea7 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -54,7 +54,10 @@ DEPEND=" mtp? ( >=media-libs/libmtp-1.1.16:= ) openexr? ( media-libs/openexr:= ) phonon? ( media-libs/phonon[qt5(+)] ) - samba? ( net-fs/samba[client] ) + samba? ( + net-fs/samba[client] + net-libs/kdsoap-ws-discovery-client + ) sftp? ( net-libs/libssh:=[sftp] ) taglib? ( >=media-libs/taglib-1.11.1 ) X? ( @@ -71,6 +74,7 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( + -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff $(cmake_use_find_package activities KF5Activities) $(cmake_use_find_package activities KF5ActivitiesStats) $(cmake_use_find_package man Gperf)