commit: 9d71791f884ecfde7103f8045bbd919128cadd69
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 10:44:35 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 10:44:35 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9d71791f
[kde-base/baloo] Add missing dependency.
It's required to build the baloo KCM.
Package-Manager: portage-2.2.10
---
kde-base/baloo/baloo-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-base/baloo/baloo-9999.ebuild b/kde-base/baloo/baloo-9999.ebuild
index 97669b8..099fbbf 100644
--- a/kde-base/baloo/baloo-9999.ebuild
+++ b/kde-base/baloo/baloo-9999.ebuild
@@ -14,6 +14,7 @@ IUSE=""
# TODO re-enable kdepim integration
DEPEND="
$(add_frameworks_dep kauth)
+ $(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)