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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84CCB138335 for ; Mon, 3 Sep 2018 18:03:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC70E08BD; Mon, 3 Sep 2018 18:03:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 094E6E08AD for ; Mon, 3 Sep 2018 18:03:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B603E335CC3 for ; Mon, 3 Sep 2018 18:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D0B23C5 for ; Mon, 3 Sep 2018 18:03:45 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1535997811.0d1acfee34b8d91994a972fd4a75cb8b802386df.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/labplot/labplot-9999.ebuild X-VCS-Directories: sci-visualization/labplot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0d1acfee34b8d91994a972fd4a75cb8b802386df X-VCS-Branch: master Date: Mon, 3 Sep 2018 18:03:45 +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-Archives-Salt: 55f10305-b6ef-436a-b961-21285b376a86 X-Archives-Hash: a335bd8d11262eb98e0e80b8b973a6dd commit: 0d1acfee34b8d91994a972fd4a75cb8b802386df Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 3 17:03:33 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 3 18:03:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1acfee sci-visualization/labplot: Add tests handling Upstream commit 5d22491b4ee1191d0760b1ebfd7126eb203d98e7 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sci-visualization/labplot/labplot-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 0adc14acbe2..5073f218bae 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -4,6 +4,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks" @@ -73,6 +74,7 @@ src_configure() { -DENABLE_HDF5=$(usex hdf5) -DENABLE_NETCDF=$(usex netcdf) -DENABLE_ROOT=$(usex root) + -DENABLE_TEST=$(usex test) ) kde5_src_configure