diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-03-06 00:10:27 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-03-06 00:10:27 +0100 |
commit | d07f0571e6891026c995c25ccef4a390cee51d13 (patch) | |
tree | a519e895d69617e3df002895061896c081dd2a5f /sci-visualization | |
parent | media-gfx/engauge: Version bump 12.1 (diff) | |
download | gentoo-d07f0571e6891026c995c25ccef4a390cee51d13.tar.gz gentoo-d07f0571e6891026c995c25ccef4a390cee51d13.tar.bz2 gentoo-d07f0571e6891026c995c25ccef4a390cee51d13.zip |
sci-visualization/labplot: Tests need kparts
Closes: https://bugs.gentoo.org/791268
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/labplot/labplot-2.8.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-visualization/labplot/labplot-2.8.2.ebuild b/sci-visualization/labplot/labplot-2.8.2.ebuild index fd6001e75440..7872a5add1e5 100644 --- a/sci-visualization/labplot/labplot-2.8.2.ebuild +++ b/sci-visualization/labplot/labplot-2.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ fi LICENSE="GPL-2" SLOT="5" -IUSE="cantor fftw fits hdf5 libcerf netcdf root serial telemetry" +IUSE="cantor fftw fits hdf5 libcerf netcdf root serial telemetry test" # not packaged: dev-qt/qtmqtt, bug 683994 BDEPEND=" @@ -59,6 +59,7 @@ DEPEND=" hdf5? ( sci-libs/hdf5:= ) libcerf? ( sci-libs/libcerf ) netcdf? ( sci-libs/netcdf:= ) + test? ( >=kde-frameworks/kparts-${KFMIN}:5 ) root? ( app-arch/lz4 sys-libs/zlib |