mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user