summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-10-31 00:13:43 -0400
committerTim Harder <radhermit@gentoo.org>2016-10-31 00:19:55 -0400
commitd7fe13e6199381453173b906e5b746b4e4ca7893 (patch)
tree0540776b514f0fd65383074e8f086a37c37cec49 /app-vim/syntastic/syntastic-9999.ebuild
parentdev-go/godep: remove old versions (diff)
downloadgentoo-d7fe13e6199381453173b906e5b746b4e4ca7893.tar.gz
gentoo-d7fe13e6199381453173b906e5b746b4e4ca7893.tar.bz2
gentoo-d7fe13e6199381453173b906e5b746b4e4ca7893.zip
app-vim/syntastic: version bump to 3.8.0
Diffstat (limited to 'app-vim/syntastic/syntastic-9999.ebuild')
-rw-r--r--app-vim/syntastic/syntastic-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild
index be5b783accd2..5e820632ae04 100644
--- a/app-vim/syntastic/syntastic-9999.ebuild
+++ b/app-vim/syntastic/syntastic-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit vim-plugin
if [[ ${PV} == "9999" ]] ; then
@@ -20,6 +20,7 @@ LICENSE="WTFPL-2"
VIM_PLUGIN_HELPFILES="${PN}"
src_prepare() {
+ default
rm -r _assets LICENCE README.markdown || die
}