summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-15 15:14:35 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-15 15:15:21 +0200
commit8b519b169720d73f7fe734f0adbcf41fa68e6b04 (patch)
treef27a7ec3bb39f1c3cb0940b2254ab25bfe2df921
parentgnome-extra/zenity: bump to 3.30.0 (diff)
downloadgentoo-8b519b169720d73f7fe734f0adbcf41fa68e6b04.tar.gz
gentoo-8b519b169720d73f7fe734f0adbcf41fa68e6b04.tar.bz2
gentoo-8b519b169720d73f7fe734f0adbcf41fa68e6b04.zip
net-libs/webkit-gtk: non-unified build option doesn't work; remove
USE=-jumbo-build fails to build; remove the option for now if it fails anyways. Bug: https://bugs.gentoo.org/680382 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r--net-libs/webkit-gtk/metadata.xml1
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild4
2 files changed, 2 insertions, 3 deletions
diff --git a/net-libs/webkit-gtk/metadata.xml b/net-libs/webkit-gtk/metadata.xml
index 27c7a387561f..0d69dc72c24f 100644
--- a/net-libs/webkit-gtk/metadata.xml
+++ b/net-libs/webkit-gtk/metadata.xml
@@ -10,7 +10,6 @@
<flag name="egl">Enable EGL support</flag>
<flag name="geolocation">Enable geolocation support through <pkg>app-misc/geoclue</pkg></flag>
<flag name="gles2">Enable GLESv2 support</flag>
- <flag name="jumbo-build">Combine source files to speed up build process</flag>
<flag name="nsplugin">Enable full nsplugin support (GTK2 plugins)</flag>
<flag name="webgl">Build support for the WebGL HTML API using <pkg>virtual/opengl</pkg></flag>
</use>
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild
index e56d04ca4c59..21907cebe6ea 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2+ BSD"
SLOT="4/37" # soname version of libwebkit2gtk-4.0
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +introspection +jit jpeg2k +jumbo-build libnotify nsplugin +opengl spell wayland +webgl +X"
+IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +introspection +jit jpeg2k libnotify nsplugin +opengl spell wayland +webgl +X"
# webgl needs gstreamer, bug #560612
# gstreamer with opengl/gles2 needs egl
@@ -227,7 +227,7 @@ src_configure() {
fi
local mycmakeargs=(
- -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build)
+ #-DENABLE_UNIFIED_BUILDS=$(usex jumbo-build) # broken in 2.24.0
-DENABLE_QUARTZ_TARGET=$(usex aqua)
-DENABLE_API_TESTS=$(usex test)
-DENABLE_GTKDOC=$(usex doc)