diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-11 23:35:25 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-11 23:47:52 +0100 |
commit | ab61e2bf7bb1433985c8a9c33a4390e65e9755a3 (patch) | |
tree | f2d05564f1dfedc0f2b614761508c783aa8f59e9 /net-libs | |
parent | net-libs/kdsoap: Add IUSE qt5,qt6 (diff) | |
download | kde-ab61e2bf7bb1433985c8a9c33a4390e65e9755a3.tar.gz kde-ab61e2bf7bb1433985c8a9c33a4390e65e9755a3.tar.bz2 kde-ab61e2bf7bb1433985c8a9c33a4390e65e9755a3.zip |
net-libs/kdsoap-ws-discovery-client: Add USEdep on net-libs/kdsoap[qt6]
Add release switch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild | 10 |
1 files 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] ) |