commit:     ab61e2bf7bb1433985c8a9c33a4390e65e9755a3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 22:35:25 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 22:47:52 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab61e2bf

net-libs/kdsoap-ws-discovery-client: Add USEdep on net-libs/kdsoap[qt6]

Add release switch

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

 .../kdsoap-ws-discovery-client-9999.ebuild                     | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git 
a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild 
b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
index d4bc030282..96289b56c5 100644
--- a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
+++ b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
@@ -5,22 +5,26 @@ EAPI=8
 
 ECM_QTHELP="false"
 ECM_TEST="forceoptional"
-KFMIN=5.245.0
+KFMIN=5.248.0
 inherit ecm kde.org
 
 DESCRIPTION="WS-Discovery client library based on KDSoap"
 HOMEPAGE="https://invent.kde.org/libraries/kdsoap-ws-discovery-client";
 
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+       SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
+       KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
 LICENSE="CC0-1.0 GPL-3+"
 SLOT="0"
-KEYWORDS=""
 IUSE="doc"
 
 RESTRICT="test"
 
 RDEPEND="
        dev-qt/qtbase:6[network]
-       >=net-libs/kdsoap-0.2.0
+       >=net-libs/kdsoap-2.2.0[qt6]
 "
 DEPEND="${RDEPEND}
        test? ( dev-qt/qtbase:6[xml] )

Reply via email to