Skip to content

Commit

Permalink
app-vim/minibufexpl: update to EAPI 6
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Dec 12, 2016
1 parent a778163 commit f295544
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app-vim/minibufexpl/minibufexpl-6.5.2.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
}

0 comments on commit f295544

Please sign in to comment.