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 <gentoo-commits+bounces-333005-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q6uf3-0002TM-P3
	for garchives@archives.gentoo.org; Tue, 05 Apr 2011 01:02:26 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9D7D4E0687;
	Tue,  5 Apr 2011 00:57:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 66D36E0687
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Apr 2011 00:57:31 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CEF181B4066
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Apr 2011 00:57:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 015F780065
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Apr 2011 00:57:30 +0000 (UTC)
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" <nirbheek@gentoo.org>
Message-ID: <de3d9c3f89ae90847fc73c972df5495a93d8a225.nirbheek@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gtk+/
X-VCS-Repository: proj/gnome
X-VCS-Files: x11-libs/gtk+/gtk+-9999.ebuild
X-VCS-Directories: x11-libs/gtk+/
X-VCS-Committer: nirbheek
X-VCS-Committer-Name: Nirbheek Chauhan
X-VCS-Revision: de3d9c3f89ae90847fc73c972df5495a93d8a225
Date: Tue,  5 Apr 2011 00:57:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 809c19ad3587af9740f014ae4a8f8d90

commit:     de3d9c3f89ae90847fc73c972df5495a93d8a225
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 13:33:07 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 13:33:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3Dde3d9c3f

x11-libs/gtk+: sync live ebuild with portage

---
 x11-libs/gtk+/gtk+-9999.ebuild |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11-libs/gtk+/gtk+-9999.ebuild b/x11-libs/gtk+/gtk+-9999.ebu=
ild
index 18ef65d..521a6cf 100644
--- a/x11-libs/gtk+/gtk+-9999.ebuild
+++ b/x11-libs/gtk+/gtk+-9999.ebuild
@@ -3,7 +3,6 @@
 # $Header: $
=20
 EAPI=3D"3"
-PYTHON_DEPEND=3D"2:2.4"
=20
 inherit eutils flag-o-matic gnome.org gnome2-utils libtool virtualx
=20
@@ -17,7 +16,7 @@ SLOT=3D"3"
 #  * http://blogs.gnome.org/kris/2010/12/29/gdk-3-0-on-mac-os-x/
 #  * http://mail.gnome.org/archives/gtk-devel-list/2010-November/msg0009=
9.html
 # NOTE: Lots of aqua stuff in this ebuild is probably very broken
-IUSE=3D"aqua cups debug doc examples +introspection jpeg jpeg2k tiff tes=
t vim-syntax xinerama"
+IUSE=3D"aqua cups debug doc examples +introspection test vim-syntax xine=
rama"
 if [[ ${PV} =3D 9999 ]]; then
 	inherit gnome2-live
 	KEYWORDS=3D""
@@ -41,11 +40,11 @@ COMMON_DEPEND=3D"!aqua? (
 		x11-libs/libXcomposite
 		x11-libs/libXdamage
 		>=3Dx11-libs/cairo-1.10.0[X,svg]
-		>=3Dx11-libs/gdk-pixbuf-2.22.0:2[X,introspection?,jpeg?,jpeg2k?,tiff?]
+		>=3Dx11-libs/gdk-pixbuf-2.22.0:2[X,introspection?]
 	)
 	aqua? (
 		>=3Dx11-libs/cairo-1.10.0[aqua,svg]
-		>=3Dx11-libs/gdk-pixbuf-2.22.0:2[introspection?,jpeg?,jpeg2k?,tiff?]
+		>=3Dx11-libs/gdk-pixbuf-2.22.0:2[introspection?]
 	)
 	xinerama? ( x11-libs/libXinerama )
 	>=3Ddev-libs/glib-2.28.0