commit: 05cfe44623e6148220919ac4cedc7cca099b6820
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 15:07:58 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 15:08:27 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=05cfe446
kde-misc/kwebkitpart: Fix DEPENDs
Package-Manager: Portage-2.3.14, Repoman-2.3.6
kde-misc/kwebkitpart/kwebkitpart-9999.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/kde-misc/kwebkitpart/kwebkitpart-9999.ebuild
b/kde-misc/kwebkitpart/kwebkitpart-9999.ebuild
index ebeab8dd84..595fda6052 100644
--- a/kde-misc/kwebkitpart/kwebkitpart-9999.ebuild
+++ b/kde-misc/kwebkitpart/kwebkitpart-9999.ebuild
@@ -15,9 +15,7 @@ IUSE=""
DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kdewebkit)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
@@ -29,12 +27,10 @@ DEPEND="
$(add_frameworks_dep sonnet)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwebkit)
$(add_qt_dep qtwidgets)
"
-
RDEPEND="${DEPEND}
!kde-misc/kwebkitpart:4
"