From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8944E15808B for ; Sat, 5 Mar 2022 23:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDD6DE07F0; Sat, 5 Mar 2022 23:10:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3A8CE07F0 for ; Sat, 5 Mar 2022 23:10:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBB05342F1C for ; Sat, 5 Mar 2022 23:10:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BB642B0 for ; Sat, 5 Mar 2022 23:10:44 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1646521827.d07f0571e6891026c995c25ccef4a390cee51d13.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/labplot/labplot-2.8.2.ebuild X-VCS-Directories: sci-visualization/labplot/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d07f0571e6891026c995c25ccef4a390cee51d13 X-VCS-Branch: master Date: Sat, 5 Mar 2022 23:10:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 580fa5df-f35e-45c0-9b65-6a84044f40a6 X-Archives-Hash: 28320175078349b14a5869effb497796 commit: d07f0571e6891026c995c25ccef4a390cee51d13 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Mar 5 23:10:27 2022 +0000 Commit: Andreas K. Hüttel gentoo 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 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