diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-30 00:18:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-30 00:19:00 +0100 |
commit | 479807cea769fdfadea29e16d68e97e254543e35 (patch) | |
tree | b147940f7e34952417033670d151ca6edb14f676 /sci-visualization | |
parent | app-text/xchm: live ebuild should now work as release when renamed (diff) | |
download | gentoo-479807cea769fdfadea29e16d68e97e254543e35.tar.gz gentoo-479807cea769fdfadea29e16d68e97e254543e35.tar.bz2 gentoo-479807cea769fdfadea29e16d68e97e254543e35.zip |
sci-visualization/labplot: Disable ENABLE_READSTAT
Closes: https://bugs.gentoo.org/756907
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 4378d86effff..988b1176a008 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -69,6 +69,8 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( + -DENABLE_MQTT=OFF # not packaged + -DENABLE_READSTAT=OFF # not packaged -DENABLE_CANTOR=$(usex cantor) -DENABLE_FFTW=$(usex fftw) -DENABLE_FITS=$(usex fits) @@ -79,7 +81,6 @@ src_configure() { -DENABLE_QTSERIALPORT=$(usex serial) $(cmake_use_find_package telemetry KUserFeedback) -DENABLE_TESTS=$(usex test) - -DENABLE_MQTT=OFF ) ecm_src_configure |