diff options
Diffstat (limited to 'app-vim/locateopen/locateopen-1.1.ebuild')
-rw-r--r-- | app-vim/locateopen/locateopen-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/locateopen/locateopen-1.1.ebuild b/app-vim/locateopen/locateopen-1.1.ebuild index aa904521065b..0158772e4f01 100644 --- a/app-vim/locateopen/locateopen-1.1.ebuild +++ b/app-vim/locateopen/locateopen-1.1.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/locateopen/locateopen-1.1.ebuild,v 1.5 2005/02/22 23:05:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.1.ebuild,v 1.6 2005/04/24 12:11:07 hansmi Exp $ inherit vim-plugin DESCRIPTION="vim plugin: open a file without supplying a path" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858" LICENSE="vim" -KEYWORDS="sparc x86 alpha ia64 mips ~ppc amd64" +KEYWORDS="sparc x86 alpha ia64 mips ppc amd64" IUSE="" RDEPEND="${RDEPEND} sys-apps/slocate" |