kde-apps/libkgapi: Add missing DEPEND

Upstream commit 79f6768bbb8e5c042a7e700db8ac212a3f5673dd

Closes: https://bugs.gentoo.org/760938
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-12-22 12:07:13 +01:00
parent b0ba405e1f
commit 8eee7d0ff4
2 changed files with 3 additions and 3 deletions

View File

@@ -30,11 +30,10 @@ DEPEND="
>=kde-frameworks/kcalendarcore-${KFMIN}:5
>=kde-frameworks/kcontacts-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kwallet-${KFMIN}:5
>=kde-frameworks/kwindowsystem-${KFMIN}:5
"
RDEPEND="${DEPEND}
!<kde-apps/kdepim-runtime-18.07.80:5
"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${P}-fix-contactfetchjobtest-w-qt-5.15.patch" # bug 754159

View File

@@ -28,5 +28,6 @@ DEPEND="
>=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/kcalendarcore-${KFMIN}:5
>=kde-frameworks/kcontacts-${KFMIN}:5
>=kde-frameworks/kwallet-${KFMIN}:5
"
RDEPEND="${DEPEND}"