Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/baloo/
Date: Mon, 02 Jun 2014 10:44:49
Message-Id: 1401705875.9d71791f884ecfde7103f8045bbd919128cadd69.kensington@gentoo
1 commit: 9d71791f884ecfde7103f8045bbd919128cadd69
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 2 10:44:35 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 2 10:44:35 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9d71791f
7
8 [kde-base/baloo] Add missing dependency.
9
10 It's required to build the baloo KCM.
11
12 Package-Manager: portage-2.2.10
13
14 ---
15 kde-base/baloo/baloo-9999.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/kde-base/baloo/baloo-9999.ebuild b/kde-base/baloo/baloo-9999.ebuild
19 index 97669b8..099fbbf 100644
20 --- a/kde-base/baloo/baloo-9999.ebuild
21 +++ b/kde-base/baloo/baloo-9999.ebuild
22 @@ -14,6 +14,7 @@ IUSE=""
23 # TODO re-enable kdepim integration
24 DEPEND="
25 $(add_frameworks_dep kauth)
26 + $(add_frameworks_dep kcmutils)
27 $(add_frameworks_dep kconfig)
28 $(add_frameworks_dep kconfigwidgets)
29 $(add_frameworks_dep kcoreaddons)