diff options
Diffstat (limited to 'app-vim/svncommand/svncommand-2.ebuild')
-rw-r--r-- | app-vim/svncommand/svncommand-2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/svncommand/svncommand-2.ebuild b/app-vim/svncommand/svncommand-2.ebuild index 7b96a0bc9fca..8ad30f3b3d34 100644 --- a/app-vim/svncommand/svncommand-2.ebuild +++ b/app-vim/svncommand/svncommand-2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/svncommand-2.ebuild,v 1.3 2005/02/18 20:24:36 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/svncommand-2.ebuild,v 1.4 2005/02/22 22:16:42 agriffis Exp $ inherit vim-plugin DESCRIPTION="vim plugin: SVN (subversion) integration" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=922" LICENSE="as-is" -KEYWORDS="x86 sparc ~hppa ~amd64" +KEYWORDS="x86 sparc ~hppa ~amd64 alpha ia64" IUSE="" RDEPEND="${RDEPEND} dev-util/subversion" |