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 34501138350 for ; Wed, 26 Feb 2020 16:56:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACBE4E098F; Wed, 26 Feb 2020 16:56:48 +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 8650FE098A for ; Wed, 26 Feb 2020 16:56:48 +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 2BA2334F303 for ; Wed, 26 Feb 2020 16:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E6D2157 for ; Wed, 26 Feb 2020 16:56:45 +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: <1582736180.2afb09999f2dd1bbf6e8e44c72eed9ad17b34192.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-8.1.0-r4.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2afb09999f2dd1bbf6e8e44c72eed9ad17b34192 X-VCS-Branch: master Date: Wed, 26 Feb 2020 16:56:45 +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: b3cd7a3b-b27d-4305-a69a-59c4e39f9d1c X-Archives-Hash: f53bd5cd9610e3525da61d4eeb847a4e commit: 2afb09999f2dd1bbf6e8e44c72eed9ad17b34192 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 26 16:56:03 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 26 16:56:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afb0999 sci-libs/vtk: Hard-disable Qt5WebKit Closes: https://bugs.gentoo.org/692866 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/vtk/vtk-8.1.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/vtk/vtk-8.1.0-r4.ebuild b/sci-libs/vtk/vtk-8.1.0-r4.ebuild index 0618010649d..e0fa62ad1ca 100644 --- a/sci-libs/vtk/vtk-8.1.0-r4.ebuild +++ b/sci-libs/vtk/vtk-8.1.0-r4.ebuild @@ -107,7 +107,6 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtsql:5 - dev-qt/qtwebkit:5 dev-qt/qtx11extras:5 python? ( dev-python/PyQt5[\${PYTHON_MULTI_USEDEP}] ) ) @@ -263,6 +262,7 @@ src_configure() { -DQT_INCLUDE_DIR="${EPREFIX}/usr/include/qt5" -DQT_QMAKE_EXECUTABLE="$(qt5_get_bindir)/qmake" -DVTK_Group_Qt:BOOL=ON + -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON ) fi