commit: d07f0571e6891026c995c25ccef4a390cee51d13 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Mar 5 23:10:27 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Mar 5 23:10:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07f0571
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 <AT> gentoo.org> sci-visualization/labplot/labplot-2.8.2.ebuild | 5 +++-- 1 file 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
