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 0C70813832E for ; Mon, 8 Aug 2016 03:44:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F8A221C012; Mon, 8 Aug 2016 03:44:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8244221C012 for ; Mon, 8 Aug 2016 03:44:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBC6C340B66 for ; Mon, 8 Aug 2016 03:44:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3483244E for ; Mon, 8 Aug 2016 03:43:59 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1470627828.ac957e8a5644fd0122ed4d7c95d62de80ef1fd8a.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/paraview/paraview-5.1.0-r1.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: ac957e8a5644fd0122ed4d7c95d62de80ef1fd8a X-VCS-Branch: master Date: Mon, 8 Aug 2016 03:43:59 +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: 22e60f94-dcc7-41b9-bbe2-1133eb9a2cdf X-Archives-Hash: b79ba036d9802784b1c1c871290ea309 commit: ac957e8a5644fd0122ed4d7c95d62de80ef1fd8a Author: Matthias Maier gentoo org> AuthorDate: Mon Aug 8 03:43:20 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Aug 8 03:43:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac957e8a sci-visualization/paraview: Fix dependency on dev-qt:qtx11extras:5 Thanks to Maciej Pawlik for reporting the bug. Package-Manager: portage-2.2.28 sci-visualization/paraview/paraview-5.1.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-visualization/paraview/paraview-5.1.0-r1.ebuild b/sci-visualization/paraview/paraview-5.1.0-r1.ebuild index aed06fb..91959fc 100644 --- a/sci-visualization/paraview/paraview-5.1.0-r1.ebuild +++ b/sci-visualization/paraview/paraview-5.1.0-r1.ebuild @@ -67,10 +67,11 @@ RDEPEND=" qt5? ( dev-qt/designer:5 dev-qt/qtgui:5 - dev-qt/qtopengl:5 dev-qt/qthelp:5 + dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtwebkit:5 + dev-qt/qtx11extras:5 ) sqlite? ( dev-db/sqlite:3 ) tcl? ( dev-lang/tcl:0= )