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: Sun, 23 Jun 2019 11:10:22
Message-Id: 1561287177.c0b5db4ee607f4cca409ffe8fd8248fe3026df75.asturm@gentoo
1 commit: c0b5db4ee607f4cca409ffe8fd8248fe3026df75
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 23 10:52:57 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 23 10:52:57 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0b5db4e
7
8 kde-apps/kcalc: Add new DEPEND
9
10 Upstream commit 2a05545830fdc9a2fe6a1d249d9eff52c53b7d1f
11
12 Package-Manager: Portage-2.3.67, Repoman-2.3.15
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/kcalc/kcalc-9999.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/kde-apps/kcalc/kcalc-9999.ebuild b/kde-apps/kcalc/kcalc-9999.ebuild
19 index 1462f012d3..a4b03b6f37 100644
20 --- a/kde-apps/kcalc/kcalc-9999.ebuild
21 +++ b/kde-apps/kcalc/kcalc-9999.ebuild
22 @@ -31,5 +31,6 @@ DEPEND="
23 $(add_qt_dep qtwidgets)
24 $(add_qt_dep qtxml)
25 dev-libs/gmp:0=
26 + dev-libs/mpfr:0=
27 "
28 RDEPEND="${DEPEND}"