Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/
Date: Mon, 21 Feb 2011 11:44:30
Message-Id: f5b99f8ab0525bf9cddfe3d1058fbac448036508.nirbheek@gentoo
1 commit: f5b99f8ab0525bf9cddfe3d1058fbac448036508
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 11:42:44 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 11:42:44 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f5b99f8a
7
8 gnome-base/gnome-shell: fix mutter deps
9
10 ---
11 gnome-base/gnome-shell/gnome-shell-9999.ebuild | 5 +++--
12 1 files changed, 3 insertions(+), 2 deletions(-)
13
14 diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
15 index 5e46849..82a86b4 100644
16 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild
17 +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
18 @@ -23,7 +23,8 @@ else
19 fi
20
21 # gnome-desktop-2.91.2 is needed due to header changes, db82a33 in gnome-desktop
22 -# FIXME: Automagic gnome-bluetooth[introspection] support. Also gnome bug 637935
23 +# FIXME: Automagic gnome-bluetooth[introspection] support.
24 +# mutter-2.91.7 is needed, but not checked for in configure
25 COMMON_DEPEND=">=dev-libs/glib-2.25.9
26 x11-libs/gdk-pixbuf:2[introspection]
27 >=x11-libs/gtk+-3.0.0:3[introspection]
28 @@ -51,7 +52,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.25.9
29
30 x11-libs/startup-notification
31 x11-libs/libXfixes
32 - >=x11-wm/mutter-2.91.4[introspection]
33 + >=x11-wm/mutter-2.91.7[introspection]
34 x11-apps/mesa-progs
35
36 dev-python/dbus-python