diff options
-rw-r--r-- | x11-misc/alltray/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/alltray/alltray-0.69-r1.ebuild | 10 | ||||
-rw-r--r-- | x11-misc/alltray/alltray-0.69.ebuild | 10 | ||||
-rw-r--r-- | x11-misc/alltray/alltray-0.74.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/devilspie/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/devilspie/devilspie-0.22.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/notification-daemon/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild | 17 | ||||
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/notify-osd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/notify-osd/notify-osd-0.9.30.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/superswitcher/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/superswitcher/superswitcher-0.6.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/suxpanel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/suxpanel/suxpanel-0.4b-r3.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/talika/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/talika/talika-0.50.ebuild | 6 |
18 files changed, 81 insertions, 50 deletions
diff --git a/x11-misc/alltray/ChangeLog b/x11-misc/alltray/ChangeLog index 034ec1514486..5c4c1179f94a 100644 --- a/x11-misc/alltray/ChangeLog +++ b/x11-misc/alltray/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/alltray -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.36 2010/07/29 19:04:11 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.37 2011/03/21 22:35:43 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> alltray-0.69.ebuild, + alltray-0.69-r1.ebuild, alltray-0.74.ebuild: + Fix slot-deps on gnome libs 29 Jul 2010; Markos Chandras <hwoarang@gentoo.org> alltray-0.74.ebuild: Stable on amd64 wrt bug #329417 diff --git a/x11-misc/alltray/alltray-0.69-r1.ebuild b/x11-misc/alltray/alltray-0.69-r1.ebuild index 0d33f5f96578..aaab6d1a020e 100644 --- a/x11-misc/alltray/alltray-0.69-r1.ebuild +++ b/x11-misc/alltray/alltray-0.69-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 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/alltray/alltray-0.69-r1.ebuild,v 1.1 2008/06/07 19:42:02 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.69-r1.ebuild,v 1.2 2011/03/21 22:35:43 nirbheek Exp $ + +EAPI="1" inherit eutils @@ -13,8 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="gnome" -RDEPEND=">=x11-libs/gtk+-2.4 - gnome? ( >=gnome-base/gconf-2 )" +RDEPEND=">=x11-libs/gtk+-2.4:2 + gnome? ( >=gnome-base/gconf-2:2 )" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/x11-misc/alltray/alltray-0.69.ebuild b/x11-misc/alltray/alltray-0.69.ebuild index 17f828c875b8..aba577057efa 100644 --- a/x11-misc/alltray/alltray-0.69.ebuild +++ b/x11-misc/alltray/alltray-0.69.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 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/alltray/alltray-0.69.ebuild,v 1.4 2006/11/04 00:30:41 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.69.ebuild,v 1.5 2011/03/21 22:35:43 nirbheek Exp $ + +EAPI="1" DESCRIPTION="Dock any application into the system tray/notification area" HOMEPAGE="http://alltray.sourceforge.net/" @@ -11,8 +13,8 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="gnome" -RDEPEND=">=x11-libs/gtk+-2.4 - gnome? ( >=gnome-base/gconf-2 )" +RDEPEND=">=x11-libs/gtk+-2.4:2 + gnome? ( >=gnome-base/gconf-2:2 )" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/x11-misc/alltray/alltray-0.74.ebuild b/x11-misc/alltray/alltray-0.74.ebuild index c5d7abb47a05..d3ac111ce89b 100644 --- a/x11-misc/alltray/alltray-0.74.ebuild +++ b/x11-misc/alltray/alltray-0.74.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/alltray/alltray-0.74.ebuild,v 1.3 2010/07/29 19:04:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.74.ebuild,v 1.4 2011/03/21 22:35:43 nirbheek Exp $ # remove this kludge once old releases have been removed from the tree MY_PV="${PV:0:1}.${PV:2:1}.${PV:3:1}" @@ -24,7 +24,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2 dev-libs/glib:2 gnome-base/libgtop:2 - x11-libs/libwnck + x11-libs/libwnck:1 x11-libs/libX11" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9.0" diff --git a/x11-misc/devilspie/ChangeLog b/x11-misc/devilspie/ChangeLog index 823b30b26b23..b02850dec9a6 100644 --- a/x11-misc/devilspie/ChangeLog +++ b/x11-misc/devilspie/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/devilspie -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/ChangeLog,v 1.47 2010/10/05 10:18:45 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/ChangeLog,v 1.48 2011/03/21 22:35:23 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> devilspie-0.22.ebuild: + Fix slot-deps on gnome libs 05 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> devilspie-0.22.ebuild: Don't build with -DG.*_DISABLE_DEPRECATED flags wrt #339806 by Diego E. diff --git a/x11-misc/devilspie/devilspie-0.22.ebuild b/x11-misc/devilspie/devilspie-0.22.ebuild index 709b9d368143..c5bc73a74e3d 100644 --- a/x11-misc/devilspie/devilspie-0.22.ebuild +++ b/x11-misc/devilspie/devilspie-0.22.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/devilspie/devilspie-0.22.ebuild,v 1.9 2010/10/05 10:20:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/devilspie-0.22.ebuild,v 1.10 2011/03/21 22:35:23 nirbheek Exp $ EAPI=2 inherit autotools @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=dev-libs/glib-2.10 x11-libs/gtk+:2 - >=x11-libs/libwnck-2.10" + >=x11-libs/libwnck-2.10:1" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog index 439e25e80ac5..f1951d32a03f 100644 --- a/x11-misc/notification-daemon/ChangeLog +++ b/x11-misc/notification-daemon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/notification-daemon # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.74 2011/03/16 11:07:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.75 2011/03/21 22:36:57 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + notification-daemon-0.4.0-r1.ebuild, notification-daemon-0.5.0.ebuild: + Fix slot-deps on gnome libs 16 Mar 2011; Markos Chandras <hwoarang@gentoo.org> notification-daemon-0.5.0.ebuild: diff --git a/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild b/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild index fe7809201069..b8f5b594358e 100644 --- a/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild +++ b/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild @@ -1,7 +1,8 @@ -# 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/notification-daemon/notification-daemon-0.4.0-r1.ebuild,v 1.11 2010/07/20 15:49:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild,v 1.12 2011/03/21 22:36:57 nirbheek Exp $ +EAPI="1" WANT_AUTOMAKE="1.9" inherit gnome2 eutils @@ -15,15 +16,15 @@ SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="gstreamer" -RDEPEND=">=dev-libs/glib-2.4.0 - >=x11-libs/gtk+-2.4.0 - >=gnome-base/gconf-2.4.0 +RDEPEND=">=dev-libs/glib-2.4.0:2 + >=x11-libs/gtk+-2.4.0:2 + >=gnome-base/gconf-2.4.0:2 >=x11-libs/libsexy-0.1.3 >=dev-libs/dbus-glib-0.71 - x11-libs/libwnck + x11-libs/libwnck:1 ~x11-libs/libnotify-0.4.5 - >=gnome-base/libglade-2 - gstreamer? ( >=media-libs/gstreamer-0.10 )" + >=gnome-base/libglade-2:2.0 + gstreamer? ( >=media-libs/gstreamer-0.10:0.10 )" DEPEND="${RDEPEND} dev-util/intltool >=sys-devel/gettext-0.14 diff --git a/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild b/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild index 401b779b717d..155aeb2a8092 100644 --- a/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild +++ b/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v 1.4 2011/03/16 11:07:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v 1.5 2011/03/21 22:36:57 nirbheek Exp $ EAPI=3 GCONF_DEBUG=no @@ -16,12 +16,12 @@ IUSE="" RDEPEND=">=dev-libs/glib-2.4:2 >=x11-libs/gtk+-2.18:2 - >=gnome-base/gconf-2.4 + >=gnome-base/gconf-2.4:2 >=dev-libs/dbus-glib-0.78 >=sys-apps/dbus-1 >=media-libs/libcanberra-0.4[gtk] x11-libs/libnotify - x11-libs/libwnck + x11-libs/libwnck:1 x11-libs/libX11 " DEPEND="${RDEPEND} diff --git a/x11-misc/notify-osd/ChangeLog b/x11-misc/notify-osd/ChangeLog index 7ab5a18858cb..2e9bbf71d623 100644 --- a/x11-misc/notify-osd/ChangeLog +++ b/x11-misc/notify-osd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/notify-osd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.1 2011/03/13 11:48:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.2 2011/03/21 22:37:03 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + notify-osd-0.9.30.ebuild: + Fix slot-deps on gnome libs *notify-osd-0.9.30 (13 Mar 2011) diff --git a/x11-misc/notify-osd/notify-osd-0.9.30.ebuild b/x11-misc/notify-osd/notify-osd-0.9.30.ebuild index 14866016792a..c72193c9d7e2 100644 --- a/x11-misc/notify-osd/notify-osd-0.9.30.ebuild +++ b/x11-misc/notify-osd/notify-osd-0.9.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v 1.1 2011/03/13 11:48:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v 1.2 2011/03/21 22:37:03 nirbheek Exp $ EAPI=2 inherit autotools gnome2-utils @@ -17,9 +17,9 @@ IUSE="" RDEPEND=">=dev-libs/dbus-glib-0.88 >=dev-libs/glib-2.16:2 gnome-base/gconf:2 - >=x11-libs/gtk+-2.22 + >=x11-libs/gtk+-2.22:2 >=x11-libs/libnotify-0.4.5 - x11-libs/libwnck + x11-libs/libwnck:1 x11-libs/libX11 x11-libs/pixman !xfce-extra/xfce4-notifyd 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" diff --git a/x11-misc/suxpanel/ChangeLog b/x11-misc/suxpanel/ChangeLog index 37e429439fa9..decb0a234023 100644 --- a/x11-misc/suxpanel/ChangeLog +++ b/x11-misc/suxpanel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/suxpanel # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/ChangeLog,v 1.12 2011/03/02 18:06:48 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/ChangeLog,v 1.13 2011/03/21 22:38:10 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + suxpanel-0.4b-r1.ebuild, suxpanel-0.4b-r3.ebuild: + Fix slot-deps on gnome libs 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> suxpanel-0.4b-r1.ebuild: Slotted gtk+ depend and EAPI=2 bump to support it. diff --git a/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild b/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild index a9f9d3c1432d..c7780699a3c8 100644 --- a/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild +++ b/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild,v 1.4 2011/03/02 18:06:48 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild,v 1.5 2011/03/21 22:38:10 nirbheek Exp $ EAPI=2 inherit eutils flag-o-matic toolchain-funcs @@ -15,7 +15,7 @@ KEYWORDS="~amd64 x86" IUSE="" RDEPEND="x11-libs/gtk+:2 - x11-libs/libwnck" + x11-libs/libwnck:1" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/x11-misc/suxpanel/suxpanel-0.4b-r3.ebuild b/x11-misc/suxpanel/suxpanel-0.4b-r3.ebuild index 3c7136feabb3..d7100283650f 100644 --- a/x11-misc/suxpanel/suxpanel-0.4b-r3.ebuild +++ b/x11-misc/suxpanel/suxpanel-0.4b-r3.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/suxpanel/suxpanel-0.4b-r3.ebuild,v 1.1 2010/08/27 15:48:45 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/suxpanel-0.4b-r3.ebuild,v 1.2 2011/03/21 22:38:10 nirbheek Exp $ EAPI=2 inherit eutils flag-o-matic multilib toolchain-funcs @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="x11-libs/gtk+:2 - x11-libs/libwnck" + x11-libs/libwnck:1" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/x11-misc/talika/ChangeLog b/x11-misc/talika/ChangeLog index b42d07fc9968..2b1e43cb2670 100644 --- a/x11-misc/talika/ChangeLog +++ b/x11-misc/talika/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/talika # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/talika/ChangeLog,v 1.5 2011/01/25 14:06:13 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/talika/ChangeLog,v 1.6 2011/03/21 22:38:28 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> talika-0.50.ebuild: + Fix slot-deps on gnome libs 25 Jan 2011; Markos Chandras <hwoarang@gentoo.org> -talika-0.49.ebuild, talika-0.50.ebuild: diff --git a/x11-misc/talika/talika-0.50.ebuild b/x11-misc/talika/talika-0.50.ebuild index 9ac7baff7bd7..fd63cd77dda3 100644 --- a/x11-misc/talika/talika-0.50.ebuild +++ b/x11-misc/talika/talika-0.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/talika/talika-0.50.ebuild,v 1.3 2011/01/25 14:06:13 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/talika/talika-0.50.ebuild,v 1.4 2011/03/21 22:38:28 nirbheek Exp $ EAPI=3 @@ -19,8 +19,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="x11-libs/libwnck - dev-cpp/libpanelappletmm" +DEPEND="x11-libs/libwnck:1 + dev-cpp/libpanelappletmm:2.6" RDEPEND="${DEPEND}" PATCHES=( |