commit: f2955440082adf7a004f18f2f5e54ff5e8eff166
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 04:26:21 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 04:26:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2955440
app-vim/minibufexpl: update to EAPI 6
app-vim/minibufexpl/minibufexpl-6.5.2.ebuild | 6 ++++--
1 file 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 7db046c..545b47a 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
}