Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kfind/
Date: Sun, 07 Oct 2018 15:33:02
Message-Id: 1538925406.9feca3d5d1fe5b733c55e037f30a66ca57319649.asturm@gentoo
1 commit: 9feca3d5d1fe5b733c55e037f30a66ca57319649
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 15:16:46 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 15:16:46 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9feca3d5
7
8 kde-apps/kfind: Add new DEPEND
9
10 Upstream commit 0f8642a78ba2021f1cad5047a7d9de587dd87cbe
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 kde-apps/kfind/kfind-9999.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/kde-apps/kfind/kfind-9999.ebuild b/kde-apps/kfind/kfind-9999.ebuild
19 index 1bce2df20f..f4a508e69e 100644
20 --- a/kde-apps/kfind/kfind-9999.ebuild
21 +++ b/kde-apps/kfind/kfind-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -18,6 +18,7 @@ DEPEND="
29 $(add_frameworks_dep kconfigwidgets)
30 $(add_frameworks_dep kcoreaddons)
31 $(add_frameworks_dep kdelibs4support)
32 + $(add_frameworks_dep kfilemetadata)
33 $(add_frameworks_dep ki18n)
34 $(add_frameworks_dep kio)
35 $(add_frameworks_dep kjobwidgets)