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/ark/
Date: Sun, 01 Jan 2017 10:01:16
Message-Id: 1483238794.749c27b8ec49bb83eb5a060e3569a62768c6b340.asturm@gentoo
1 commit: 749c27b8ec49bb83eb5a060e3569a62768c6b340
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 02:46:34 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 02:46:34 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=749c27b8
7
8 kde-apps/ark: Add missing DEPEND
9
10 Upstream commit 7781d6ef794a8da9afe1c837c3a7826103568add
11
12 Package-Manager: portage-2.3.0
13
14 kde-apps/ark/ark-9999.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild
18 index 4a1fb5f..26a8fef 100644
19 --- a/kde-apps/ark/ark-9999.ebuild
20 +++ b/kde-apps/ark/ark-9999.ebuild
21 @@ -26,6 +26,7 @@ RDEPEND="
22 $(add_frameworks_dep ki18n)
23 $(add_frameworks_dep kiconthemes)
24 $(add_frameworks_dep kio)
25 + $(add_frameworks_dep kitemmodels)
26 $(add_frameworks_dep kjobwidgets)
27 $(add_frameworks_dep kparts)
28 $(add_frameworks_dep kpty)