commit: 91e1a2364f3ada668630f62545e2bbf7bf4f7a4b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 08:25:28 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 08:48:32 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=91e1a236
kde-apps/syndication: Fix DEPENDs
Upstream commit 52be4c168bdebce5925e55cbd32acdb358307f62
Package-Manager: Portage-2.3.31, Repoman-2.3.9
kde-apps/syndication/syndication-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-apps/syndication/syndication-9999.ebuild
b/kde-apps/syndication/syndication-9999.ebuild
index 37ee6849d8..bc4c719644 100644
--- a/kde-apps/syndication/syndication-9999.ebuild
+++ b/kde-apps/syndication/syndication-9999.ebuild
@@ -14,7 +14,8 @@ IUSE=""
DEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kio)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
"
RDEPEND="${DEPEND}"