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/kcalc/
Date: Tue, 18 Dec 2018 23:29:05
Message-Id: 1545167995.3e515488b91bdd0322ef20664a6f4f23adddf3b6.asturm@gentoo
1 commit: 3e515488b91bdd0322ef20664a6f4f23adddf3b6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 18 21:19:32 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 18 21:19:55 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e515488
7
8 kde-apps/kcalc: Add missing DEPEND
9
10 Upstream commit eab0134fd8a4ebc8d4b5e2432f9afab7d760364e
11
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/kcalc/kcalc-9999.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/kde-apps/kcalc/kcalc-9999.ebuild b/kde-apps/kcalc/kcalc-9999.ebuild
19 index 1ba88da827..dcd9d35168 100644
20 --- a/kde-apps/kcalc/kcalc-9999.ebuild
21 +++ b/kde-apps/kcalc/kcalc-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 @@ -17,6 +17,7 @@ RDEPEND="
29 $(add_frameworks_dep kconfig)
30 $(add_frameworks_dep kconfigwidgets)
31 $(add_frameworks_dep kcoreaddons)
32 + $(add_frameworks_dep kcrash)
33 $(add_frameworks_dep kguiaddons)
34 $(add_frameworks_dep ki18n)
35 $(add_frameworks_dep kinit)