diff options
Diffstat (limited to 'app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild')
-rw-r--r-- | app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild index 2f51e2d28f15..93bc4c6d7b95 100644 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild +++ b/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild,v 1.6 2004/09/19 19:52:33 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild,v 1.7 2004/10/08 02:29:25 vapier Exp $ inherit vim-plugin DESCRIPTION="vim plugin: enhanced comment creation" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23" +SRC_URI="mirror://gentoo/${P}-r1.tar.bz2" LICENSE="BSD" -KEYWORDS="alpha sparc x86 ~ppc ~ia64 mips amd64" +KEYWORDS="alpha amd64 ia64 mips ~ppc sparc x86" IUSE="" -SRC_URI="mirror://gentoo/${P}-r1.tar.bz2" VIM_PLUGIN_HELPFILES="EnhancedCommentify" |