commit: e3cb02a4b22c197928e39b4865c1fe0c5026a206
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 10:42:35 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 10:43:43 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3cb02a4
kde-misc/colord-kde: kwindowsystem is only used at build time
colord-kde only uses header-only fixx11h.h from KF5WindowSystem.
Package-Manager: portage-2.3.2
kde-misc/colord-kde/colord-kde-9999.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/kde-misc/colord-kde/colord-kde-9999.ebuild
b/kde-misc/colord-kde/colord-kde-9999.ebuild
index cb8b2a4..9ae7c45 100644
--- a/kde-misc/colord-kde/colord-kde-9999.ebuild
+++ b/kde-misc/colord-kde/colord-kde-9999.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2+"
KEYWORDS=""
IUSE=""
-DEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
@@ -27,7 +27,6 @@ DEPEND="
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep plasma)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
@@ -38,7 +37,10 @@ DEPEND="
x11-libs/libX11
x11-libs/libXrandr
"
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kwindowsystem)
+"
+RDEPEND="${COMMON_DEPEND}
x11-misc/colord
"