Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/
Date: Sat, 05 Mar 2022 23:10:47
Message-Id: 1646521827.d07f0571e6891026c995c25ccef4a390cee51d13.dilfridge@gentoo
1 commit: d07f0571e6891026c995c25ccef4a390cee51d13
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 5 23:10:27 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 5 23:10:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07f0571
7
8 sci-visualization/labplot: Tests need kparts
9
10 Closes: https://bugs.gentoo.org/791268
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sci-visualization/labplot/labplot-2.8.2.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-visualization/labplot/labplot-2.8.2.ebuild b/sci-visualization/labplot/labplot-2.8.2.ebuild
18 index fd6001e75440..7872a5add1e5 100644
19 --- a/sci-visualization/labplot/labplot-2.8.2.ebuild
20 +++ b/sci-visualization/labplot/labplot-2.8.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -19,7 +19,7 @@ fi
28
29 LICENSE="GPL-2"
30 SLOT="5"
31 -IUSE="cantor fftw fits hdf5 libcerf netcdf root serial telemetry"
32 +IUSE="cantor fftw fits hdf5 libcerf netcdf root serial telemetry test"
33
34 # not packaged: dev-qt/qtmqtt, bug 683994
35 BDEPEND="
36 @@ -59,6 +59,7 @@ DEPEND="
37 hdf5? ( sci-libs/hdf5:= )
38 libcerf? ( sci-libs/libcerf )
39 netcdf? ( sci-libs/netcdf:= )
40 + test? ( >=kde-frameworks/kparts-${KFMIN}:5 )
41 root? (
42 app-arch/lz4
43 sys-libs/zlib