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 E7D4E139083 for ; Fri, 22 Dec 2017 10:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEEE9E0EB8; Fri, 22 Dec 2017 10:55:09 +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 BE785E0EB8 for ; Fri, 22 Dec 2017 10:55:09 +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 56E20340CC0 for ; Fri, 22 Dec 2017 10:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A73E5A1A0 for ; Fri, 22 Dec 2017 10:55:06 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1513940097.a5f8c3d3c443353c515e0c38915e3eeea0d10e87.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-7.1.0.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: a5f8c3d3c443353c515e0c38915e3eeea0d10e87 X-VCS-Branch: master Date: Fri, 22 Dec 2017 10:55:06 +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: 17c1e435-edee-4a9b-8ae7-37f0e6b71f8f X-Archives-Hash: f6990095fce01feb9c0fa4a37686784e commit: a5f8c3d3c443353c515e0c38915e3eeea0d10e87 Author: Michael Weber gentoo org> AuthorDate: Fri Dec 22 10:51:35 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Dec 22 10:54:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f8c3d3 sci-libs/vtk: Add DEPEND on dev-qt/qtx11extras:5. Closes: https://bugs.gentoo.org/641008 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-libs/vtk/vtk-7.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/vtk/vtk-7.1.0.ebuild b/sci-libs/vtk/vtk-7.1.0.ebuild index 8ec4d6c05b1..80be41eec4c 100644 --- a/sci-libs/vtk/vtk-7.1.0.ebuild +++ b/sci-libs/vtk/vtk-7.1.0.ebuild @@ -89,6 +89,7 @@ RDEPEND=" dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtwebkit:5 + dev-qt/qtx11extras:5 python? ( dev-python/PyQt5[${PYTHON_USEDEP}] ) ) R? ( dev-lang/R )