summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-21 18:11:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-21 20:21:38 +0200
commit5ed5e3dcaa1879f87bdf7de53e0c33565416910d (patch)
tree24c198cafea0a6c73b8412364492cf36f19e2e7e /sci-visualization/labplot/labplot-9999.ebuild
parentsci-visualization/labplot: Drop obsolete blocker (diff)
downloadgentoo-5ed5e3dcaa1879f87bdf7de53e0c33565416910d.tar.gz
gentoo-5ed5e3dcaa1879f87bdf7de53e0c33565416910d.tar.bz2
gentoo-5ed5e3dcaa1879f87bdf7de53e0c33565416910d.zip
sci-visualization/labplot: Add new DEPEND
Upstream commit f48ffedad67605510f52287bdf171a3387eb7ef2 Also fix cmake options. Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-visualization/labplot/labplot-9999.ebuild')
-rw-r--r--sci-visualization/labplot/labplot-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
index b3267fe058bc..5e4f6fed268f 100644
--- a/sci-visualization/labplot/labplot-9999.ebuild
+++ b/sci-visualization/labplot/labplot-9999.ebuild
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
KEYWORDS=""
IUSE="cantor fftw fits hdf5 libcerf netcdf root"
+# not packaged: dev-qt/qtmqtt, bug 683994
BDEPEND="
sys-devel/bison
sys-devel/gettext
@@ -28,6 +29,7 @@ DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep kcrash)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
@@ -67,7 +69,8 @@ src_configure() {
-DENABLE_LIBCERF=$(usex libcerf)
-DENABLE_NETCDF=$(usex netcdf)
-DENABLE_ROOT=$(usex root)
- -DENABLE_TEST=$(usex test)
+ -DENABLE_TESTS=$(usex test)
+ -DENABLE_MQTT=OFF
)
kde5_src_configure