diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-10-11 05:26:09 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-10-11 05:26:09 +0000 |
commit | 1e2e3e4b81a25a59dd9023f7412ac7f256baebef (patch) | |
tree | 3b4d280947e8a3173feb31588d05547dcc02f04f /app-vim | |
parent | Version bump to add repo deps support, bug 340098 (diff) | |
download | gentoo-2-1e2e3e4b81a25a59dd9023f7412ac7f256baebef.tar.gz gentoo-2-1e2e3e4b81a25a59dd9023f7412ac7f256baebef.tar.bz2 gentoo-2-1e2e3e4b81a25a59dd9023f7412ac7f256baebef.zip |
Bump genutils dependency requirement (fixes bug #270300, thanks to James Rowe for reporting).
(Portage version: 2.2_rc90/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/foldutil/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/foldutil/foldutil-3.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-vim/foldutil/ChangeLog b/app-vim/foldutil/ChangeLog index 8b02d6dac01e..4d1ed8e4dc90 100644 --- a/app-vim/foldutil/ChangeLog +++ b/app-vim/foldutil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/foldutil # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/ChangeLog,v 1.19 2010/10/07 03:15:07 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/ChangeLog,v 1.20 2010/10/11 05:26:09 radhermit Exp $ + + 11 Oct 2010; Tim Harder <radhermit@gentoo.org> foldutil-3.0.ebuild: + Bump genutils dependency requirement (fixes bug #270300, thanks to James + Rowe for reporting). 07 Oct 2010; Mart Raudsepp <leio@gentoo.org> foldutil-2.0.ebuild: Drop to ~mips diff --git a/app-vim/foldutil/foldutil-3.0.ebuild b/app-vim/foldutil/foldutil-3.0.ebuild index ad23e8b642b6..bf70d91f9891 100644 --- a/app-vim/foldutil/foldutil-3.0.ebuild +++ b/app-vim/foldutil/foldutil-3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/foldutil-3.0.ebuild,v 1.1 2008/09/20 14:27:43 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/foldutil-3.0.ebuild,v 1.2 2010/10/11 05:26:09 radhermit Exp $ inherit vim-plugin @@ -10,7 +10,7 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" -RDEPEND=">=app-vim/genutils-1.18" +RDEPEND=">=app-vim/genutils-2.0" VIM_PLUGIN_HELPTEXT=\ "This plugin provides a number of commands for working with folds: |