diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-15 02:49:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-15 02:49:14 +0000 |
commit | 4c7b6766e899c91fe3467ff1089214e831ba9abb (patch) | |
tree | b6e9d1019af0aafcb7391ae445b9831e90a8b477 /xfce-extra/thunar-vcs-plugin | |
parent | typo (diff) | |
download | gentoo-2-4c7b6766e899c91fe3467ff1089214e831ba9abb.tar.gz gentoo-2-4c7b6766e899c91fe3467ff1089214e831ba9abb.tar.bz2 gentoo-2-4c7b6766e899c91fe3467ff1089214e831ba9abb.zip |
fix typo
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-vcs-plugin')
-rw-r--r-- | xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild | 4 | ||||
-rw-r--r-- | xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild index 19bf6485476e..8e7675b514b4 100644 --- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild +++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.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-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild,v 1.5 2010/01/15 02:44:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild,v 1.6 2010/01/15 02:49:14 ssuominen Exp $ EAPI=2 inherit xfconf @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug git subversion" -RDEPEND="<=xfce-base/thunar-1.1.0 +RDEPEND="<xfce-base/thunar-1.1.0 >=x11-libs/gtk+-2.6:2 >=dev-libs/glib-2.6:2 git? ( dev-util/git ) diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild index 1c148bcfc611..1e7ad7c5e573 100644 --- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild +++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.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-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v 1.2 2010/01/15 02:44:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v 1.3 2010/01/15 02:49:14 ssuominen Exp $ EAPI=2 inherit xfconf @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug git subversion" -RDEPEND="<=xfce-base/thunar-1.1.0 +RDEPEND="<xfce-base/thunar-1.1.0 >=x11-libs/gtk+-2.6:2 >=dev-libs/glib-2.6:2 git? ( dev-util/git ) |