Fix QT and KDE dependencies

Also add slot
This commit is contained in:
2020-01-12 11:21:10 +02:00
parent 227b5197da
commit fa4393357a
3 changed files with 44 additions and 25 deletions
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,9 +10,13 @@ SRC_URI="https://github.com/KDAB/KDSoap/releases/download/${P}/${P}.tar.gz"
RESTRICT="primaryuri"
LICENSE="GPL-2 GPL-3 LGPL-2.1 AGPL-3"
SLOT="0"
SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="kde-frameworks/extra-cmake-modules"
DEPEND="kde-frameworks/extra-cmake-modules:5
dev-qt/qtcore:5
dev-qt/qtnetwork:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5"
RDEPEND="${DEPEND}"