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: Thu, 22 Feb 2018 13:17:27
Message-Id: 1519304780.83f3c754fa7577752c7d4a02ffba6ad7446ed0a8.asturm@gentoo
1 commit: 83f3c754fa7577752c7d4a02ffba6ad7446ed0a8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 13:06:20 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 13:06:20 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=83f3c754
7
8 app-office/calligra: Relax poppler/qca qt5-usedeps
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-office/calligra/calligra-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
16 index dc4aede4b5..14c26f0e0b 100644
17 --- a/app-office/calligra/calligra-9999.ebuild
18 +++ b/app-office/calligra/calligra-9999.ebuild
19 @@ -78,7 +78,7 @@ COMMON_DEPEND="
20 sys-libs/zlib
21 virtual/libiconv
22 activities? ( $(add_frameworks_dep kactivities) )
23 - crypt? ( app-crypt/qca:2[qt5] )
24 + crypt? ( app-crypt/qca:2[qt5(+)] )
25 fontconfig? ( media-libs/fontconfig )
26 gemini? ( $(add_qt_dep qtdeclarative 'widgets') )
27 gsl? ( sci-libs/gsl )
28 @@ -97,7 +97,7 @@ COMMON_DEPEND="
29 media-libs/lcms:2
30 )
31 openexr? ( media-libs/openexr )
32 - pdf? ( app-text/poppler:=[qt5] )
33 + pdf? ( app-text/poppler:=[qt5(+)] )
34 phonon? ( media-libs/phonon[qt5(+)] )
35 spacenav? ( dev-libs/libspnav )
36 truetype? ( media-libs/freetype:2 )