From 669c95edc9521f3985f3da87be9460ebb9e20c5e Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 12 Mar 2016 20:40:26 -0500 Subject: app-vim/genutils: bump EAPI --- app-vim/genutils/genutils-2.5.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'app-vim/genutils') 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} -- cgit v1.2.3-65-gdbad