diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:42:24 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:42:24 -0500 |
commit | 5cc7a79ff405bf187c6f37d2754facd46d672c20 (patch) | |
tree | d6c2015bc2a8b09795173b89284cc32a5178cd23 /app-vim/fuzzyfinder | |
parent | app-vim/genutils: bump EAPI (diff) | |
download | gentoo-5cc7a79ff405bf187c6f37d2754facd46d672c20.tar.gz gentoo-5cc7a79ff405bf187c6f37d2754facd46d672c20.tar.bz2 gentoo-5cc7a79ff405bf187c6f37d2754facd46d672c20.zip |
app-vim/fuzzyfinder: bump EAPI
Diffstat (limited to 'app-vim/fuzzyfinder')
-rw-r--r-- | app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild b/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild index 346940b21343..b6b48529e869 100644 --- a/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild +++ b/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=5 -VIM_PLUGIN_VIM_VERSION="7.2" inherit vim-plugin DESCRIPTION="vim plugin: buffer/file/command/tag/etc explorer with fuzzy matching" @@ -12,7 +11,6 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1984" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13961 -> ${P}.zip" LICENSE="MIT" KEYWORDS="amd64 x86" -IUSE="" VIM_PLUGIN_HELPFILES="fuf" |