commit:     479807cea769fdfadea29e16d68e97e254543e35
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 23:18:09 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 23:19:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479807ce

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 <AT> gentoo.org>

 sci-visualization/labplot/labplot-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-visualization/labplot/labplot-9999.ebuild 
b/sci-visualization/labplot/labplot-9999.ebuild
index 4378d86efff..988b1176a00 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

Reply via email to