commit:     7be44127d13f4d5af2186f750ff3d49da23be8cc
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 07:49:58 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 07:51:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be44127

www-client/midori: add xscreensaver to IUSE

Proposed-By: cl91tp <cl91tp <AT> gmail.com>
Gentoo-Bug: 579132

Package-Manager: portage-2.2.26

 www-client/midori/midori-0.5.11-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www-client/midori/midori-0.5.11-r1.ebuild 
b/www-client/midori/midori-0.5.11-r1.ebuild
index 13daedd..95d9bda 100644
--- a/www-client/midori/midori-0.5.11-r1.ebuild
+++ b/www-client/midori/midori-0.5.11-r1.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="http://www.midori-browser.org/";
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0"
-IUSE="deprecated doc granite introspection +jit +webkit2 zeitgeist"
+IUSE="deprecated doc granite introspection xscreensaver +jit +webkit2 
zeitgeist"
 
 RDEPEND="
        >=app-crypt/gcr-3[gtk]
@@ -35,6 +35,7 @@ RDEPEND="
        >=net-libs/libsoup-2.38:2.4
        >=net-libs/libsoup-gnome-2.38:2.4
        >=x11-libs/libnotify-0.7
+       xscreensaver? ( x11-libs/libXScrnSaver )
        deprecated? (
                >=net-libs/webkit-gtk-1.8.1:2[jit=]
                >=x11-libs/gtk+-2.24:2
@@ -89,6 +90,7 @@ src_configure() {
                -DUSE_GIR="$(usex introspection)"
                -DUSE_granite="$(usex granite)"
                -DUSE_zeitgeist="$(usex zeitgeist)"
+               -DUSE_XSCREENSAVER="$(usex xscreensaver)"
                -DVALA_EXECUTABLE="${VALAC}"
                )
 

Reply via email to