projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e46f661
)
sci-libs/vtk: Hard-disable Qt5WebKit
author
Andreas Sturmlechner
<asturm@gentoo.org>
Wed, 26 Feb 2020 16:56:03 +0000
(17:56 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Wed, 26 Feb 2020 16:56:20 +0000
(17:56 +0100)
Closes: https://bugs.gentoo.org/692866
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sci-libs/vtk/vtk-8.1.0-r4.ebuild
patch
|
blob
|
history
diff --git
a/sci-libs/vtk/vtk-8.1.0-r4.ebuild
b/sci-libs/vtk/vtk-8.1.0-r4.ebuild
index 0618010649df13a3ad27be199b05986c7b452273..e0fa62ad1ca7bcc9d2e28149e25f34ba8e07bd7e 100644
(file)
--- 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