diff options
Diffstat (limited to 'app-vim/align/align-33.ebuild')
-rw-r--r-- | app-vim/align/align-33.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/align/align-33.ebuild b/app-vim/align/align-33.ebuild index a1d2766eb870..61ee2bda4f5d 100644 --- a/app-vim/align/align-33.ebuild +++ b/app-vim/align/align-33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-33.ebuild,v 1.3 2006/09/16 14:42:09 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-33.ebuild,v 1.4 2006/10/19 13:10:26 agriffis Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: commands and maps to help produce aligned text" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" LICENSE="vim" -KEYWORDS="~alpha ~amd64 ia64 ~mips ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ia64 ~mips ppc ~sparc ~x86" IUSE="" RDEPEND="app-vim/cecutil" |