mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-vim/easytags: fix qa whitespace warning and update to EAPI 7
Signed-off-by: Tim Harder <radhermit@gentoo.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
@@ -23,12 +23,10 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
|
||||
|
||||
S="${WORKDIR}/vim-${P}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-fix-ctags-detection.patch"
|
||||
)
|
||||
PATCHES=( "${FILESDIR}/${P}-fix-ctags-detection.patch" )
|
||||
|
||||
src_prepare() {
|
||||
epatch "${PATCHES[@]}"
|
||||
default
|
||||
# remove unnecessary files
|
||||
rm addon-info.json INSTALL.md README.md || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user