Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcalc/
Date: Sun, 20 Dec 2015 18:19:05
Message-Id: 1450635500.af0270a710f7c151c7db687ee233d7b29282e9d1.kensington@gentoo
1 commit: af0270a710f7c151c7db687ee233d7b29282e9d1
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 20 11:23:01 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 20 18:18:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0270a7
7
8 kde-apps/kcalc: Add missing DEPEND, bug 568818
9
10 Package-Manager: portage-2.2.24
11
12 kde-apps/kcalc/kcalc-15.08.3-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/kde-apps/kcalc/kcalc-15.08.3-r1.ebuild b/kde-apps/kcalc/kcalc-15.08.3-r1.ebuild
16 index 576eb68..3978e44 100644
17 --- a/kde-apps/kcalc/kcalc-15.08.3-r1.ebuild
18 +++ b/kde-apps/kcalc/kcalc-15.08.3-r1.ebuild
19 @@ -30,6 +30,7 @@ COMMON_DEPEND="
20 dev-qt/qtxml:5
21 "
22 DEPEND="${COMMON_DEPEND}
23 + $(add_frameworks_dep kinit)
24 dev-libs/mpfr:0
25 "
26 RDEPEND="${COMMON_DEPEND}"