diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-15 02:45:39 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-15 02:45:39 +0000 |
commit | 5a1e90030d863dae216623c13913d6eb522c56a4 (patch) | |
tree | 7cd41a20a3775e163cda2a2b09fc41f9bddbe4d8 /xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild | |
parent | Only remove world bits from shadow #271974 by Nils Wisiol. (diff) | |
download | gentoo-2-5a1e90030d863dae216623c13913d6eb522c56a4.tar.gz gentoo-2-5a1e90030d863dae216623c13913d6eb522c56a4.tar.bz2 gentoo-2-5a1e90030d863dae216623c13913d6eb522c56a4.zip |
typo
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild')
-rw-r--r-- | xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 e024073a8da8..eda4f8e64c84 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,6 +1,6 @@ # 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.4 2010/01/15 02:40:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild,v 1.5 2010/01/15 02:45:39 ssuominen Exp $ EAPI=2 inherit xfconf @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=dev-libs/glib-2.12:2 >=x11-libs/gtk+-2.10:2 - <xfce-base/thunar-1.1.0" + <=xfce-base/thunar-1.1.0" DEPEND="${RDEPEND} dev-util/intltool" |