diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-15 02:40:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-15 02:40:14 +0000 |
commit | b9b22a5abbea9752f8062ce3e23cae6417d291df (patch) | |
tree | 9bd6d451a29e530a5197959bc393248717f876da /xfce-extra/thunar-shares-plugin | |
parent | Restrict deps to old xfce-base/thunar. (diff) | |
download | gentoo-2-b9b22a5abbea9752f8062ce3e23cae6417d291df.tar.gz gentoo-2-b9b22a5abbea9752f8062ce3e23cae6417d291df.tar.bz2 gentoo-2-b9b22a5abbea9752f8062ce3e23cae6417d291df.zip |
Restrict deps to old xfce-base/thunar.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
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" |