Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/
Date: Sun, 29 Nov 2020 23:19:41
Message-Id: 1606691940.479807cea769fdfadea29e16d68e97e254543e35.asturm@gentoo
1 commit: 479807cea769fdfadea29e16d68e97e254543e35
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 23:18:09 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 23:19:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479807ce
7
8 sci-visualization/labplot: Disable ENABLE_READSTAT
9
10 Closes: https://bugs.gentoo.org/756907
11 Package-Manager: Portage-3.0.11, Repoman-3.0.2
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 sci-visualization/labplot/labplot-9999.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
18 index 4378d86efff..988b1176a00 100644
19 --- a/sci-visualization/labplot/labplot-9999.ebuild
20 +++ b/sci-visualization/labplot/labplot-9999.ebuild
21 @@ -69,6 +69,8 @@ RDEPEND="${DEPEND}"
22
23 src_configure() {
24 local mycmakeargs=(
25 + -DENABLE_MQTT=OFF # not packaged
26 + -DENABLE_READSTAT=OFF # not packaged
27 -DENABLE_CANTOR=$(usex cantor)
28 -DENABLE_FFTW=$(usex fftw)
29 -DENABLE_FITS=$(usex fits)
30 @@ -79,7 +81,6 @@ src_configure() {
31 -DENABLE_QTSERIALPORT=$(usex serial)
32 $(cmake_use_find_package telemetry KUserFeedback)
33 -DENABLE_TESTS=$(usex test)
34 - -DENABLE_MQTT=OFF
35 )
36
37 ecm_src_configure