From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D43D9138334 for ; Sun, 21 Apr 2019 18:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03BFEE0909; Sun, 21 Apr 2019 18:24:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAC1CE0909 for ; Sun, 21 Apr 2019 18:24:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F29C341D6F for ; Sun, 21 Apr 2019 18:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60B4E5C0 for ; Sun, 21 Apr 2019 18:24:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1555870898.5ed5e3dcaa1879f87bdf7de53e0c33565416910d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/labplot/labplot-9999.ebuild X-VCS-Directories: sci-visualization/labplot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5ed5e3dcaa1879f87bdf7de53e0c33565416910d X-VCS-Branch: master Date: Sun, 21 Apr 2019 18:24:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a299ff0-58e7-4d5f-a21a-27d2a0969459 X-Archives-Hash: d12d262c74ebd2e76cd932d251c9503c commit: 5ed5e3dcaa1879f87bdf7de53e0c33565416910d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 21 16:11:30 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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