From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EC08759CB1 for ; Tue, 12 Apr 2016 07:52:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E01321C008; Tue, 12 Apr 2016 07:52:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23A8921C008 for ; Tue, 12 Apr 2016 07:52:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88FFF340AE2 for ; Tue, 12 Apr 2016 07:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7679623A for ; Tue, 12 Apr 2016 07:52:27 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1460447485.7be44127d13f4d5af2186f750ff3d49da23be8cc.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/midori/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/midori/midori-0.5.11-r1.ebuild X-VCS-Directories: www-client/midori/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 7be44127d13f4d5af2186f750ff3d49da23be8cc X-VCS-Branch: master Date: Tue, 12 Apr 2016 07:52:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe4acee3-ab32-4924-b86e-c7bb4eb3c77d X-Archives-Hash: 744876e463badbcf99e9679f8037accf commit: 7be44127d13f4d5af2186f750ff3d49da23be8cc Author: Austin English gentoo org> AuthorDate: Tue Apr 12 07:49:58 2016 +0000 Commit: Austin English gentoo 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 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}" )