diff options
Diffstat (limited to 'xfce-extra/thunar-shares-plugin')
-rw-r--r-- | xfce-extra/thunar-shares-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/xfce-extra/thunar-shares-plugin/ChangeLog b/xfce-extra/thunar-shares-plugin/ChangeLog index 980072d3fb99..c7789b837504 100644 --- a/xfce-extra/thunar-shares-plugin/ChangeLog +++ b/xfce-extra/thunar-shares-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/thunar-shares-plugin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.3 2009/09/06 04:24:02 darkside Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.4 2010/01/15 02:40:14 ssuominen Exp $ + + 15 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + thunar-shares-plugin-0.2.0.ebuild: + Restrict deps to old xfce-base/thunar. 06 Sep 2009; Jeremy Olexa <darkside@gentoo.org> thunar-shares-plugin-0.2.0.ebuild: diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild index 644908b69ffe..e024073a8da8 100644 --- a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild +++ b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild,v 1.3 2009/09/06 04:24:02 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild,v 1.4 2010/01/15 02:40:14 ssuominen Exp $ -EAPI="2" +EAPI=2 inherit xfconf DESCRIPTION="Thunar plugin to share files using Samba" @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=dev-libs/glib-2.12:2 >=x11-libs/gtk+-2.10:2 - xfce-base/thunar" + <xfce-base/thunar-1.1.0" DEPEND="${RDEPEND} dev-util/intltool" |