diff options
Diffstat (limited to 'app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild')
-rw-r--r-- | app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild index 86dab966805e..f5272ddfc702 100644 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild +++ b/app-vim/enhancedcommentify/enhancedcommentify-2.3.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/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild,v 1.2 2010/11/11 13:45:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.3.ebuild,v 1.3 2010/11/14 11:15:38 maekke Exp $ inherit vim-plugin eutils @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: enhanced comment creation" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23" LICENSE="BSD" -KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="EnhancedCommentify" |