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: Sun, 17 Feb 2019 11:11:08
Message-Id: 1550397490.5a05fd29b9b80a3eed80f904affc7c1f30c201a0.asturm@gentoo
1 commit: 5a05fd29b9b80a3eed80f904affc7c1f30c201a0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 09:58:10 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 09:58:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5a05fd29
7
8 app-office/calligra: Fix DEPENDs
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/calligra/calligra-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
17 index c3c4c92078..1d30c2e05b 100644
18 --- a/app-office/calligra/calligra-9999.ebuild
19 +++ b/app-office/calligra/calligra-9999.ebuild
20 @@ -26,7 +26,6 @@ IUSE="activities +crypt +fontconfig gemini gsl import-filter +lcms okular openex
21 # Required for the matlab/octave formula tool
22 BDEPEND="
23 sys-devel/gettext
24 - test? ( $(add_frameworks_dep threadweaver) )
25 "
26 COMMON_DEPEND="
27 $(add_frameworks_dep karchive)
28 @@ -110,6 +109,7 @@ COMMON_DEPEND="
29 "
30 DEPEND="${COMMON_DEPEND}
31 dev-libs/boost
32 + test? ( $(add_frameworks_dep threadweaver) )
33 "
34 RDEPEND="${COMMON_DEPEND}
35 calligra_features_karbon? ( media-gfx/pstoedit[plotutils] )