diff options
Diffstat (limited to 'app-vim/align/align-32.ebuild')
-rw-r--r-- | app-vim/align/align-32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/align/align-32.ebuild b/app-vim/align/align-32.ebuild index 390543867a47..1422e92cc951 100644 --- a/app-vim/align/align-32.ebuild +++ b/app-vim/align/align-32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-32.ebuild,v 1.1 2005/08/05 16:11:34 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-32.ebuild,v 1.2 2005/09/07 02:02:12 ciaranm 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="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 mips ~ppc sparc x86" IUSE="" RDEPEND="app-vim/cecutil" |