commit:     e360c1ed09b5fd76ede2e95dce5c2b6a18f5a61a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 22 10:07:58 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 10:09:38 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e360c1ed

[kde-base/plasma-workspace] Update dependencies.

drkonqi is the sole consumer of kdewebkit, and requires kxmlrpcclient which is
currently unreleased. Previously, building drkonqi was optional because of
this. Now that that a bundled version is included, drkonqi is built
unconditionally causing kdewebkit to now really be required.

This needs to be reviewed in the future when kxmlrpcclient has a release.

This closes bug #511494, but does not solve the original underlying issue (which
no longer exists).

Upstream commit: 29684cba61d65e6fbca4b0dd23dc1bbd9e50fc00
Upstream commit: 80674e133fcd4a0c1b335cff6824c1786b2d8a48

Package-Manager: portage-2.2.10

---
 kde-base/plasma-workspace/plasma-workspace-5.0.0.ebuild | 1 +
 kde-base/plasma-workspace/plasma-workspace-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-base/plasma-workspace/plasma-workspace-5.0.0.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-5.0.0.ebuild
index 0b47bbe..1934178 100644
--- a/kde-base/plasma-workspace/plasma-workspace-5.0.0.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-5.0.0.ebuild
@@ -23,6 +23,7 @@ COMMON_DEPEND="
        $(add_frameworks_dep kconfigwidgets)
        $(add_frameworks_dep kcoreaddons)
        $(add_frameworks_dep kcrash)
+       $(add_frameworks_dep kdewebkit)
        $(add_frameworks_dep kdbusaddons)
        $(add_frameworks_dep kdelibs4support)
        $(add_frameworks_dep kdeclarative)

diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
index 0f1e96c..3057166 100644
--- a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
@@ -23,6 +23,7 @@ COMMON_DEPEND="
        $(add_frameworks_dep kconfigwidgets)
        $(add_frameworks_dep kcoreaddons)
        $(add_frameworks_dep kcrash)
+       $(add_frameworks_dep kdewebkit)
        $(add_frameworks_dep kdbusaddons)
        $(add_frameworks_dep kdelibs4support)
        $(add_frameworks_dep kdeclarative)

Reply via email to