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-apps/kig/
Date: Mon, 04 Jan 2016 16:22:03
Message-Id: 1451924495.5a9b217f797023148d1a104cb022c936bc465304.kensington@gentoo
1 commit: 5a9b217f797023148d1a104cb022c936bc465304
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 3 01:30:58 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 4 16:21:35 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5a9b217f
7
8 kde-apps/kig: Add kcrash DEPEND
9
10 Package-Manager: portage-2.2.26
11
12 kde-apps/kig/kig-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/kde-apps/kig/kig-9999.ebuild b/kde-apps/kig/kig-9999.ebuild
16 index 6e09586..5618a9c 100644
17 --- a/kde-apps/kig/kig-9999.ebuild
18 +++ b/kde-apps/kig/kig-9999.ebuild
19 @@ -21,6 +21,7 @@ DEPEND="
20 $(add_frameworks_dep kcompletion)
21 $(add_frameworks_dep kconfig)
22 $(add_frameworks_dep kconfigwidgets)
23 + $(add_frameworks_dep kcrash)
24 $(add_frameworks_dep kcoreaddons)
25 $(add_frameworks_dep ki18n)
26 $(add_frameworks_dep kiconthemes)