Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/
Date: Mon, 09 Mar 2020 20:34:24
Message-Id: 1583785894.d9b64cf4c2a168dfdb554662b2105750b92c3fe5.asturm@gentoo
1 commit: d9b64cf4c2a168dfdb554662b2105750b92c3fe5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 9 20:31:34 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 9 20:31:34 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d9b64cf4
7
8 app-office/calligra: Add new RDEPEND for USE gemini
9
10 Upstream commit d6cdb21118b234d91a641edd20be905b6fce1412
11
12 Package-Manager: Portage-2.3.93, Repoman-2.3.20
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 app-office/calligra/calligra-9999.ebuild | 4 ++++
16 1 file changed, 4 insertions(+)
17
18 diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
19 index 6b9e866a40..1761cd8c2a 100644
20 --- a/app-office/calligra/calligra-9999.ebuild
21 +++ b/app-office/calligra/calligra-9999.ebuild
22 @@ -113,6 +113,10 @@ DEPEND="${COMMON_DEPEND}
23 "
24 RDEPEND="${COMMON_DEPEND}
25 calligra_features_karbon? ( media-gfx/pstoedit[plotutils] )
26 + gemini? (
27 + >=dev-qt/qtquickcontrols2-${QTMIN}:5
28 + >=kde-frameworks/kirigami-${KFMIN}:5
29 + )
30 "
31 RESTRICT+=" test"