Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/
Date: Mon, 03 Sep 2018 18:03:50
Message-Id: 1535997811.0d1acfee34b8d91994a972fd4a75cb8b802386df.asturm@gentoo
1 commit: 0d1acfee34b8d91994a972fd4a75cb8b802386df
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 17:03:33 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 18:03:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1acfee
7
8 sci-visualization/labplot: Add tests handling
9
10 Upstream commit 5d22491b4ee1191d0760b1ebfd7126eb203d98e7
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13
14 sci-visualization/labplot/labplot-9999.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
18 index 0adc14acbe2..5073f218bae 100644
19 --- a/sci-visualization/labplot/labplot-9999.ebuild
20 +++ b/sci-visualization/labplot/labplot-9999.ebuild
21 @@ -4,6 +4,7 @@
22 EAPI=6
23
24 KDE_HANDBOOK="forceoptional"
25 +KDE_TEST="forceoptional"
26 inherit kde5
27
28 DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks"
29 @@ -73,6 +74,7 @@ src_configure() {
30 -DENABLE_HDF5=$(usex hdf5)
31 -DENABLE_NETCDF=$(usex netcdf)
32 -DENABLE_ROOT=$(usex root)
33 + -DENABLE_TEST=$(usex test)
34 )
35
36 kde5_src_configure