diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-12-11 23:26:21 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-12-11 23:26:21 -0500 |
commit | f2955440082adf7a004f18f2f5e54ff5e8eff166 (patch) | |
tree | 6ab9a0e28a6d4cda58ad3487e9c27d38c92854f2 /app-vim | |
parent | app-vim/nerdtree-tabs: version bump to 1.4.7 (diff) | |
download | gentoo-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.ebuild | 6 |
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 } |