Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/
Date: Mon, 03 Sep 2018 18:03:50
Message-Id: 1535997810.07e409a10af3210c91968ce214f1559764d9c9a5.asturm@gentoo
1 commit: 07e409a10af3210c91968ce214f1559764d9c9a5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 16:47:24 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 18:03:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e409a1
7
8 sci-visualization/labplot: Add missing USE=cantor DEPENDs
9
10 Upstream commits
11 0aa0baedb15256a24858149d8e1489db8581368b
12 9a05732bf3678dfccd200224d1b4a9ef98357526
13
14 Package-Manager: Portage-2.3.48, Repoman-2.3.10
15
16 sci-visualization/labplot/labplot-9999.ebuild | 6 +++++-
17 1 file changed, 5 insertions(+), 1 deletion(-)
18
19 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
20 index 0fa0b2d7ce0..a9e3d53b012 100644
21 --- a/sci-visualization/labplot/labplot-9999.ebuild
22 +++ b/sci-visualization/labplot/labplot-9999.ebuild
23 @@ -37,7 +37,11 @@ COMMON_DEPEND="
24 $(add_qt_dep qtsvg)
25 $(add_qt_dep qtwidgets)
26 >=sci-libs/gsl-1.15:=
27 - cantor? ( $(add_kdeapps_dep cantor) )
28 + cantor? (
29 + $(add_frameworks_dep kparts)
30 + $(add_frameworks_dep kservice)
31 + $(add_kdeapps_dep cantor)
32 + )
33 fftw? ( sci-libs/fftw:3.0= )
34 fits? ( sci-libs/cfitsio:= )
35 hdf5? ( sci-libs/hdf5:= )