summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
}