summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-12-11 23:26:21 -0500
committerTim Harder <radhermit@gentoo.org>2016-12-11 23:26:21 -0500
commitf2955440082adf7a004f18f2f5e54ff5e8eff166 (patch)
tree6ab9a0e28a6d4cda58ad3487e9c27d38c92854f2 /app-vim
parentapp-vim/nerdtree-tabs: version bump to 1.4.7 (diff)
downloadgentoo-f2955440082adf7a004f18f2f5e54ff5e8eff166.tar.gz
gentoo-f2955440082adf7a004f18f2f5e54ff5e8eff166.tar.bz2
gentoo-f2955440082adf7a004f18f2f5e54ff5e8eff166.zip
app-vim/minibufexpl: update to EAPI 6
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/minibufexpl/minibufexpl-6.5.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild b/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild
index 7db046c4f738..545b47abfdd8 100644
--- a/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild
+++ b/app-vim/minibufexpl/minibufexpl-6.5.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 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
@@ -18,6 +18,8 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
S=${WORKDIR}/${MY_PN}-${PV}
src_prepare() {
+ default
+
# discard unwanted files
rm .gitignore README.md || die
}