diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:40:26 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:40:26 -0500 |
commit | 669c95edc9521f3985f3da87be9460ebb9e20c5e (patch) | |
tree | 6b24b75e57b5609318fcc70e78185427962881a7 /app-vim | |
parent | app-vim/multiplesearch: bump EAPI (diff) | |
download | gentoo-669c95edc9521f3985f3da87be9460ebb9e20c5e.tar.gz gentoo-669c95edc9521f3985f3da87be9460ebb9e20c5e.tar.bz2 gentoo-669c95edc9521f3985f3da87be9460ebb9e20c5e.zip |
app-vim/genutils: bump EAPI
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/genutils/genutils-2.5.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild index 6184d6162fdd..a3a7080ee23e 100644 --- a/app-vim/genutils/genutils-2.5.ebuild +++ b/app-vim/genutils/genutils-2.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=5 inherit vim-plugin @@ -11,13 +11,11 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=197" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip" LICENSE="GPL-3" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" -IUSE="" VIM_PLUGIN_HELPTEXT=\ "This plugin provides library functions and is not intended to be used directly by the user." DEPEND="app-arch/unzip" -RDEPEND="" -S="${WORKDIR}" +S=${WORKDIR} |