Skip to content

Commit

Permalink
app-vim/genutils: bump EAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Mar 13, 2016
1 parent 5214873 commit 669c95e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app-vim/genutils/genutils-2.5.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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}

0 comments on commit 669c95e

Please sign in to comment.