diff options
author | 2010-11-11 13:38:23 +0000 | |
---|---|---|
committer | 2010-11-11 13:38:23 +0000 | |
commit | e7503873a96c8cd1083dd34f5df9d2d910f7e329 (patch) | |
tree | 90c2714c85a04532b41d22225b624be12c5edd52 /app-vim | |
parent | Stable on amd64 wrt bug #345067 (diff) | |
download | gentoo-2-e7503873a96c8cd1083dd34f5df9d2d910f7e329.tar.gz gentoo-2-e7503873a96c8cd1083dd34f5df9d2d910f7e329.tar.bz2 gentoo-2-e7503873a96c8cd1083dd34f5df9d2d910f7e329.zip |
Stable on amd64 wrt bug #345069
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimcommander/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vimcommander/vimcommander-80.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/vimcommander/ChangeLog b/app-vim/vimcommander/ChangeLog index 98e0d778210b..1701fe6be28b 100644 --- a/app-vim/vimcommander/ChangeLog +++ b/app-vim/vimcommander/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimcommander # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.26 2010/10/03 17:23:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.27 2010/11/11 13:38:23 hwoarang Exp $ + + 11 Nov 2010; Markos Chandras <hwoarang@gentoo.org> vimcommander-80.ebuild: + Stable on amd64 wrt bug #345069 *vimcommander-80 (03 Oct 2010) diff --git a/app-vim/vimcommander/vimcommander-80.ebuild b/app-vim/vimcommander/vimcommander-80.ebuild index 820f21a6b3c9..bebf189db3e1 100644 --- a/app-vim/vimcommander/vimcommander-80.ebuild +++ b/app-vim/vimcommander/vimcommander-80.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/vimcommander-80.ebuild,v 1.1 2010/10/03 17:23:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/vimcommander-80.ebuild,v 1.2 2010/11/11 13:38:23 hwoarang Exp $ inherit vim-plugin DESCRIPTION="vim plugin: Total Commander style file explorer" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" VIM_PLUGIN_HELPFILES="vimcommander" |