diff options
3 files changed, 9 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-soundmenu-plugin/ChangeLog b/xfce-extra/xfce4-soundmenu-plugin/ChangeLog index 575b50c76e53..4e70e7bb9dec 100644 --- a/xfce-extra/xfce4-soundmenu-plugin/ChangeLog +++ b/xfce-extra/xfce4-soundmenu-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-soundmenu-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v 1.14 2012/06/20 02:43:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/ChangeLog,v 1.15 2012/07/01 12:33:41 ssuominen Exp $ + + 01 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> + xfce4-soundmenu-plugin-0.4.1.ebuild, xfce4-soundmenu-plugin-0.4.10.ebuild: + Pin dev-libs/keybinder to SLOT="0" for GTK+-2.x version. *xfce4-soundmenu-plugin-0.4.10 (20 Jun 2012) diff --git a/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.1.ebuild b/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.1.ebuild index 24b9d5696c80..6fdc0a73f707 100644 --- a/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.1.ebuild +++ b/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.1.ebuild,v 1.4 2012/05/22 05:24:53 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.1.ebuild,v 1.5 2012/07/01 12:33:41 ssuominen Exp $ EAPI=4 inherit xfconf @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" IUSE="debug +glyr lastfm" RDEPEND=">=dev-libs/dbus-glib-0.98 - >=dev-libs/keybinder-0.2.2 + >=dev-libs/keybinder-0.2.2:0 >=x11-libs/gtk+-2.20:2 x11-libs/libX11 >=xfce-base/libxfce4ui-4.8 diff --git a/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.10.ebuild b/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.10.ebuild index 6aa877c0f8fd..5d364d721a9b 100644 --- a/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.10.ebuild +++ b/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.10.ebuild,v 1.1 2012/06/20 02:43:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.4.10.ebuild,v 1.2 2012/07/01 12:33:41 ssuominen Exp $ EAPI=4 inherit xfconf @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug +glyr lastfm" RDEPEND=">=dev-libs/dbus-glib-0.98 - >=dev-libs/keybinder-0.2.2 + >=dev-libs/keybinder-0.2.2:0 >=x11-libs/gtk+-2.20:2 x11-libs/libX11 >=xfce-base/libxfce4ui-4.8 |