Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
Date: Sun, 02 Oct 2011 18:54:45
Message-Id: e49da06f1e0d23c93c659dd68d770c8d91a6ca3d.tetromino@gentoo
1 commit: e49da06f1e0d23c93c659dd68d770c8d91a6ca3d
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 2 18:52:17 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 2 18:52:17 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e49da06f
7
8 gnome-extra/zenity: enable webkit by default
9
10 Upstream enables webkit by default. Since webkit-gtk is pulled in by
11 many other parts of gnome, disabling it in zenity by default makes
12 little sense.
13
14 ---
15 gnome-extra/zenity/zenity-3.2.0.ebuild | 2 +-
16 1 files changed, 1 insertions(+), 1 deletions(-)
17
18 diff --git a/gnome-extra/zenity/zenity-3.2.0.ebuild b/gnome-extra/zenity/zenity-3.2.0.ebuild
19 index bcd54eb..e61f3fa 100644
20 --- a/gnome-extra/zenity/zenity-3.2.0.ebuild
21 +++ b/gnome-extra/zenity/zenity-3.2.0.ebuild
22 @@ -14,7 +14,7 @@ HOMEPAGE="http://live.gnome.org/Zenity"
23 LICENSE="LGPL-2"
24 SLOT="0"
25 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
26 -IUSE="libnotify webkit"
27 +IUSE="libnotify +webkit"
28
29 RDEPEND=">=dev-libs/glib-2.8:2
30 x11-libs/gdk-pixbuf:2