--- cinnamon-screensaver-3.2.13-r1.ebuild.orig 2017-01-10 13:03:28.000000000 +0200 +++ cinnamon-screensaver-3.2.13-r1.ebuild 2017-01-13 11:32:37.337860063 +0200 @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_5 ) inherit autotools gnome2 multilib python-single-r1 @@ -13,7 +13,7 @@ LICENSE="GPL-2+" SLOT="0" -IUSE="debug doc pam systemd" +IUSE="debug doc pam systemd webkit" KEYWORDS="~amd64 ~x86" COMMON_DEPEND=" @@ -24,7 +24,7 @@ >=gnome-base/libgnomekbd-3.6 >=dev-libs/dbus-glib-0.78 - net-libs/webkit-gtk:4[introspection] + webkit? net-libs/webkit-gtk:4[introspection] sys-apps/dbus x11-libs/libxklavier @@ -69,6 +69,7 @@ } src_prepare() { + use webkit || epatch "${FILESDIR}/no-webkit.patch" python_fix_shebang screensavers eautoreconf gnome2_src_prepare