commit: 07ecb5506be6a79d6e13a5f2d9c8790e70c2777a
parent: 4674e3f3a384073d347602a2367a58959bbfec0c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 23 Dec 2019 18:57:08 +0100
net-libs/webkit-gtk: Enable tests
Diffstat:
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
@@ -33,10 +33,6 @@ REQUIRED_USE="
|| ( aqua wayland X )
"
-# Tests fail to link for inexplicable reasons
-# https://bugs.webkit.org/show_bug.cgi?id=148210
-RESTRICT="test"
-
# Aqua support in gtk3 is untested
# Dependencies found at Source/cmake/OptionsGTK.cmake
# Various compile-time optionals for gtk+-3.22.0 - ensure it
@@ -123,10 +119,11 @@ DEPEND="${RDEPEND}
doc? ( >=dev-util/gtk-doc-1.10 )
geolocation? ( dev-util/gdbus-codegen )
sys-apps/paxctl
+
+ test? (
+ dev-python/pygobject:3[python_targets_python2_7]
+ x11-themes/hicolor-icon-theme )
"
-# test? (
-# dev-python/pygobject:3[python_targets_python2_7]
-# x11-themes/hicolor-icon-theme )
S="${WORKDIR}/${MY_P}"