commit: 5ed5e3dcaa1879f87bdf7de53e0c33565416910d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 16:11:30 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 18:21:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed5e3dc
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 <AT> gentoo.org>
sci-visualization/labplot/labplot-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sci-visualization/labplot/labplot-9999.ebuild
b/sci-visualization/labplot/labplot-9999.ebuild
index b3267fe058b..5e4f6fed268 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