summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/gitgutter/gitgutter-99999999.ebuild')
-rw-r--r--app-vim/gitgutter/gitgutter-99999999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild
index 6ae5ba5443f6..975c09c94034 100644
--- a/app-vim/gitgutter/gitgutter-99999999.ebuild
+++ b/app-vim/gitgutter/gitgutter-99999999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit vim-plugin
if [[ ${PV} == 9999* ]]; then
@@ -18,6 +18,7 @@ LICENSE="MIT"
VIM_PLUGIN_HELPFILES="${PN}.txt"
src_prepare() {
+ default
rm README* screenshot.png || die
rm -rf test || die
}