diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-23 08:02:52 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-23 08:02:52 +0000 |
commit | 2081677bad2a3af10fc4c505fc7d85c944847cfd (patch) | |
tree | 2f6ea3e01fd48ba47b1f5b9577c5130c742c09ee /gnome-extra/fast-user-switch-applet | |
parent | Fix slot-deps on gnome libs, remove old (diff) | |
download | gentoo-2-2081677bad2a3af10fc4c505fc7d85c944847cfd.tar.gz gentoo-2-2081677bad2a3af10fc4c505fc7d85c944847cfd.tar.bz2 gentoo-2-2081677bad2a3af10fc4c505fc7d85c944847cfd.zip |
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/fast-user-switch-applet')
-rw-r--r-- | gnome-extra/fast-user-switch-applet/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/gnome-extra/fast-user-switch-applet/ChangeLog b/gnome-extra/fast-user-switch-applet/ChangeLog index d7d5f18298cf..b32fb559d7a2 100644 --- a/gnome-extra/fast-user-switch-applet/ChangeLog +++ b/gnome-extra/fast-user-switch-applet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/fast-user-switch-applet -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.75 2010/12/08 17:06:02 pacho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.76 2011/03/23 08:02:52 nirbheek Exp $ + + 23 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + fast-user-switch-applet-2.24.0.ebuild: + Fix slot-deps on gnome libs 08 Dec 2010; Pacho Ramos <pacho@gentoo.org> fast-user-switch-applet-2.24.0.ebuild: diff --git a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild index 224f40326a3e..fb52c52d83cd 100644 --- a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild +++ b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild,v 1.12 2010/12/08 17:06:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.24.0.ebuild,v 1.13 2011/03/23 08:02:52 nirbheek Exp $ EAPI="2" @@ -14,12 +14,12 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -RDEPEND=">=dev-libs/glib-2.16 - >=x11-libs/gtk+-2.8 +RDEPEND=">=dev-libs/glib-2.16:2 + >=x11-libs/gtk+-2.8:2 || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) - >=gnome-base/libglade-2.0 + >=gnome-base/libglade-2.0:2.0 gnome-base/libgnomeui - gnome-base/gconf + gnome-base/gconf:2 gnome-base/gdm x11-libs/libXmu x11-libs/libXau |