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 5D29E138334 for ; Mon, 3 Sep 2018 18:03:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BE7FE08BF; Mon, 3 Sep 2018 18:03:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1F96EE08BF for ; Mon, 3 Sep 2018 18:03:49 +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 76754335CA9 for ; Mon, 3 Sep 2018 18:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6C6638A for ; Mon, 3 Sep 2018 18:03:44 +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: <1535997810.07e409a10af3210c91968ce214f1559764d9c9a5.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: 07e409a10af3210c91968ce214f1559764d9c9a5 X-VCS-Branch: master Date: Mon, 3 Sep 2018 18:03:44 +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-Archives-Salt: dd34c369-2fe3-44fa-9e50-a9389602972b X-Archives-Hash: d7c41b24e126214831df93b4af321f70 commit: 07e409a10af3210c91968ce214f1559764d9c9a5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 3 16:47:24 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 3 18:03:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e409a1 sci-visualization/labplot: Add missing USE=cantor DEPENDs Upstream commits 0aa0baedb15256a24858149d8e1489db8581368b 9a05732bf3678dfccd200224d1b4a9ef98357526 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sci-visualization/labplot/labplot-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 0fa0b2d7ce0..a9e3d53b012 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -37,7 +37,11 @@ COMMON_DEPEND=" $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) >=sci-libs/gsl-1.15:= - cantor? ( $(add_kdeapps_dep cantor) ) + cantor? ( + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_kdeapps_dep cantor) + ) fftw? ( sci-libs/fftw:3.0= ) fits? ( sci-libs/cfitsio:= ) hdf5? ( sci-libs/hdf5:= )