diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:39:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:39:25 +0000 |
commit | 6f4296fde881a98a4d7929fa6ea13f0aa5d757cd (patch) | |
tree | aee8724f88215e6812a5381436412f1bff67a585 /app-vim/locateopen/locateopen-0.8.0.ebuild | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-6f4296fde881a98a4d7929fa6ea13f0aa5d757cd.tar.gz gentoo-2-6f4296fde881a98a4d7929fa6ea13f0aa5d757cd.tar.bz2 gentoo-2-6f4296fde881a98a4d7929fa6ea13f0aa5d757cd.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'app-vim/locateopen/locateopen-0.8.0.ebuild')
-rw-r--r-- | app-vim/locateopen/locateopen-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/locateopen/locateopen-0.8.0.ebuild b/app-vim/locateopen/locateopen-0.8.0.ebuild index 073f8abaa913..feb7acf9cd9d 100644 --- a/app-vim/locateopen/locateopen-0.8.0.ebuild +++ b/app-vim/locateopen/locateopen-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-0.8.0.ebuild,v 1.6 2004/06/24 23:02:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-0.8.0.ebuild,v 1.7 2004/07/14 13:39:02 agriffis Exp $ inherit vim-plugin @@ -8,6 +8,6 @@ DESCRIPTION="vim plugin: open a file without supplying a path" HOMEPAGE="http://vim.sourceforge.net/scripts/script.php?script_id=858" LICENSE="vim" KEYWORDS="sparc x86 alpha ia64 mips ~ppc" +IUSE="" RDEPEND="${RDEPEND} sys-apps/slocate" - |