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 | 8d60e67edefad1b076e0b69e0453e95761e7e6b2 (patch) | |
tree | 38cdc8e1794cdbbb0b967a6f4b00a87d6ae537c4 /app-vim/locateopen | |
parent | Perl dependencies (diff) | |
download | historical-8d60e67edefad1b076e0b69e0453e95761e7e6b2.tar.gz historical-8d60e67edefad1b076e0b69e0453e95761e7e6b2.tar.bz2 historical-8d60e67edefad1b076e0b69e0453e95761e7e6b2.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'app-vim/locateopen')
-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" - |