diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-03 19:03:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-03 20:03:31 +0200 |
commit | 0d1acfee34b8d91994a972fd4a75cb8b802386df (patch) | |
tree | bef4fd24ce8862c8b58133e0135538dcde06a0de /sci-visualization | |
parent | sci-visualization/labplot: Add USE root (diff) | |
download | gentoo-0d1acfee34b8d91994a972fd4a75cb8b802386df.tar.gz gentoo-0d1acfee34b8d91994a972fd4a75cb8b802386df.tar.bz2 gentoo-0d1acfee34b8d91994a972fd4a75cb8b802386df.zip |
sci-visualization/labplot: Add tests handling
Upstream commit 5d22491b4ee1191d0760b1ebfd7126eb203d98e7
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 0adc14acbe2d..5073f218bae9 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 |