diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:43:26 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:43:26 -0500 |
commit | 35426d52bb3f587f705ddc3d7d01f344f50d77cf (patch) | |
tree | 5e02102c7ec698138fb74871e213f9b2ceb93c51 /app-vim/csound-syntax | |
parent | app-vim/fuzzyfinder: bump EAPI (diff) | |
download | gentoo-35426d52bb3f587f705ddc3d7d01f344f50d77cf.tar.gz gentoo-35426d52bb3f587f705ddc3d7d01f344f50d77cf.tar.bz2 gentoo-35426d52bb3f587f705ddc3d7d01f344f50d77cf.zip |
app-vim/csound-syntax: bump EAPI
Diffstat (limited to 'app-vim/csound-syntax')
-rw-r--r-- | app-vim/csound-syntax/csound-syntax-3.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-vim/csound-syntax/csound-syntax-3.1.ebuild b/app-vim/csound-syntax/csound-syntax-3.1.ebuild index e76433f2cee7..8f5bebab63e8 100644 --- a/app-vim/csound-syntax/csound-syntax-3.1.ebuild +++ b/app-vim/csound-syntax/csound-syntax-3.1.ebuild @@ -1,15 +1,14 @@ -# 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 inherit eutils vim-plugin DESCRIPTION="vim plugin: Syntax highlighting, filetype detection, folding, macros, and templates for Csound files" HOMEPAGE="http://www.eumus.edu.uy/docentes/jure/csound/vim/" LICENSE="vim" KEYWORDS="~amd64 ~x86" -IUSE="" VIM_PLUGIN_HELPFILES="${PN}" |