From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RARBV-0007nJ-3d for garchives@archives.gentoo.org; Sun, 02 Oct 2011 18:54:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0AA121C0A6; Sun, 2 Oct 2011 18:54:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C57DC21C0A6 for ; Sun, 2 Oct 2011 18:54:32 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C3A81B4006 for ; Sun, 2 Oct 2011 18:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7A6A380042 for ; Sun, 2 Oct 2011 18:54:31 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/zenity/zenity-3.2.0.ebuild X-VCS-Directories: gnome-extra/zenity/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: e49da06f1e0d23c93c659dd68d770c8d91a6ca3d Date: Sun, 2 Oct 2011 18:54:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b48c28d612b60ed230f8975d7e73f493 commit: e49da06f1e0d23c93c659dd68d770c8d91a6ca3d Author: Alexandre Rostovtsev gmail com> AuthorDate: Sun Oct 2 18:52:17 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sun Oct 2 18:52:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3De49da06f gnome-extra/zenity: enable webkit by default Upstream enables webkit by default. Since webkit-gtk is pulled in by many other parts of gnome, disabling it in zenity by default makes little sense. --- gnome-extra/zenity/zenity-3.2.0.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnome-extra/zenity/zenity-3.2.0.ebuild b/gnome-extra/zenity/= zenity-3.2.0.ebuild index bcd54eb..e61f3fa 100644 --- a/gnome-extra/zenity/zenity-3.2.0.ebuild +++ b/gnome-extra/zenity/zenity-3.2.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE=3D"http://live.gnome.org/Zenity" LICENSE=3D"LGPL-2" SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fb= sd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE=3D"libnotify webkit" +IUSE=3D"libnotify +webkit" =20 RDEPEND=3D">=3Ddev-libs/glib-2.8:2 x11-libs/gdk-pixbuf:2