diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:37:46 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:37:46 +0000 |
commit | 69afa95a696674f4a84ebfa997def213558b5b63 (patch) | |
tree | 5db035783ad9dbcf05453f39e9b279b5ca90f830 /x11-misc/superswitcher | |
parent | Fix slot-deps on gnome libs (diff) | |
download | gentoo-2-69afa95a696674f4a84ebfa997def213558b5b63.tar.gz gentoo-2-69afa95a696674f4a84ebfa997def213558b5b63.tar.bz2 gentoo-2-69afa95a696674f4a84ebfa997def213558b5b63.zip |
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/superswitcher')
-rw-r--r-- | x11-misc/superswitcher/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/superswitcher/superswitcher-0.6.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/superswitcher/ChangeLog b/x11-misc/superswitcher/ChangeLog index f5e1a08be31a..d27ba69359a4 100644 --- a/x11-misc/superswitcher/ChangeLog +++ b/x11-misc/superswitcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/superswitcher -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/ChangeLog,v 1.7 2010/09/27 10:33:38 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/ChangeLog,v 1.8 2011/03/21 22:37:46 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + superswitcher-0.6.ebuild: + Fix slot-deps on gnome libs 27 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> superswitcher-0.6.ebuild: diff --git a/x11-misc/superswitcher/superswitcher-0.6.ebuild b/x11-misc/superswitcher/superswitcher-0.6.ebuild index 7a14fe27474a..29936eaa5100 100644 --- a/x11-misc/superswitcher/superswitcher-0.6.ebuild +++ b/x11-misc/superswitcher/superswitcher-0.6.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/x11-misc/superswitcher/superswitcher-0.6.ebuild,v 1.5 2010/09/27 10:36:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild,v 1.6 2011/03/21 22:37:46 nirbheek Exp $ EAPI=2 inherit autotools eutils @@ -16,9 +16,9 @@ IUSE="" RDEPEND="dev-libs/dbus-glib dev-libs/glib:2 - >=gnome-base/gconf-2 + >=gnome-base/gconf-2:2 x11-libs/gtk+:2 - >=x11-libs/libwnck-2.10 + >=x11-libs/libwnck-2.10:1 x11-libs/libXcomposite x11-libs/libXinerama x11-libs/libXrender" |