www-misc/onvifviewer: fix RDEPEND

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
This commit is contained in:
2021-10-09 15:21:45 +03:00
parent a0d237dfe4
commit 9cb364dd8e

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
inherit cmake xdg-utils
DESCRIPTION="Viewer for IP cameras ONVIF"
HOMEPAGE="https://gitlab.com/caspermeijn/onvifviewer/"
@@ -16,23 +16,15 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND="kde-frameworks/extra-cmake-modules:5
kde-frameworks/kirigami:5
>=net-libs/kdsoap-1.8.50
>=net-libs/kdsoap-1.8.50:=
net-libs/kdsoap-ws-discovery-client
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtdbus:5
dev-qt/qtxml:5
dev-qt/qtnetwork:5
dev-qt/qtdeclarative:5
dev-qt/qtsvg:5
kde-frameworks/kcoreaddons:5
kde-frameworks/kauth:5
kde-frameworks/kconfig:5
kde-frameworks/kcodecs:5
kde-frameworks/ki18n:5
kde-frameworks/kconfigwidgets:5
kde-frameworks/kxmlgui:5"
RDEPEND="${DEPEND}"