diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-11-09 12:43:27 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-11-09 12:43:27 +0000 |
commit | 583a698ab8c3177f3875e3f32de20680c55e65bc (patch) | |
tree | 62697640adf146412bcc4684caa1462b3836dd59 /app-vim/locateopen/locateopen-1.3.ebuild | |
parent | bug-wranglers -> maintainer-needed. (diff) | |
download | historical-583a698ab8c3177f3875e3f32de20680c55e65bc.tar.gz historical-583a698ab8c3177f3875e3f32de20680c55e65bc.tar.bz2 historical-583a698ab8c3177f3875e3f32de20680c55e65bc.zip |
Stable on sparc --- Bug #151818 --- installs as expected, and after configured
as described, :LocateEdit works as it should.
Package-Manager: portage-2.1.2_rc1-r5
Diffstat (limited to 'app-vim/locateopen/locateopen-1.3.ebuild')
-rw-r--r-- | app-vim/locateopen/locateopen-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/locateopen/locateopen-1.3.ebuild b/app-vim/locateopen/locateopen-1.3.ebuild index 44cab16e7946..3b1715cc1413 100644 --- a/app-vim/locateopen/locateopen-1.3.ebuild +++ b/app-vim/locateopen/locateopen-1.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.3.ebuild,v 1.1 2006/01/16 23:38:00 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-1.3.ebuild,v 1.2 2006/11/09 12:43:27 fmccor 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="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc sparc ~x86" IUSE="" RDEPEND="${RDEPEND} || ( sys-apps/slocate sys-apps/rlocate )" |