summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-26 17:56:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-26 17:56:20 +0100
commit2afb09999f2dd1bbf6e8e44c72eed9ad17b34192 (patch)
tree974c839bf98181ed1e1822dc27660f0f0324f5e1 /sci-libs
parentsci-geosciences/liblas: fix >=GDAL-2.5.0, USE debug, missing return val (diff)
downloadgentoo-2afb09999f2dd1bbf6e8e44c72eed9ad17b34192.tar.gz
gentoo-2afb09999f2dd1bbf6e8e44c72eed9ad17b34192.tar.bz2
gentoo-2afb09999f2dd1bbf6e8e44c72eed9ad17b34192.zip
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 <asturm@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/vtk/vtk-8.1.0-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/vtk/vtk-8.1.0-r4.ebuild b/sci-libs/vtk/vtk-8.1.0-r4.ebuild
index 0618010649df..e0fa62ad1ca7 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