summaryrefslogtreecommitdiff
path: root/app-vim/gitgutter/gitgutter-99999999.ebuild
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-09-23 01:54:19 -0400
committerTim Harder <radhermit@gentoo.org>2016-09-23 01:54:19 -0400
commit3f98f95e0a55007c3574fbf26804d97eef98dd26 (patch)
treea625f6dce9b59c93f05c47736bb010bfc232c9b0 /app-vim/gitgutter/gitgutter-99999999.ebuild
parent0467827b1d893d3dbd67537e5c5a29220208dcf5 (diff)
downloadgentoo-3f98f95e0a55007c3574fbf26804d97eef98dd26.tar.gz
gentoo-3f98f95e0a55007c3574fbf26804d97eef98dd26.tar.bz2
gentoo-3f98f95e0a55007c3574fbf26804d97eef98dd26.zip
app-vim/gitgutter: version bump to 20160916
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
}