summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-07-29 02:16:16 -0600
committerTim Harder <radhermit@gentoo.org>2019-07-29 02:18:39 -0600
commitc3755307eafc4c52c1afd32e8cc7a05323e4ab1c (patch)
tree228fbbf9af736b9f0fa7b97f253620e4ebb3ff03 /app-vim
parentapp-editors/vim-core: remove old (diff)
downloadgentoo-c3755307eafc4c52c1afd32e8cc7a05323e4ab1c.tar.gz
gentoo-c3755307eafc4c52c1afd32e8cc7a05323e4ab1c.tar.bz2
gentoo-c3755307eafc4c52c1afd32e8cc7a05323e4ab1c.zip
app-vim/easytags: fix qa whitespace warning and update to EAPI 7
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/easytags/easytags-3.11.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-vim/easytags/easytags-3.11.ebuild b/app-vim/easytags/easytags-3.11.ebuild
index 79b37e481e5a..3b3fa9986ce5 100644
--- a/app-vim/easytags/easytags-3.11.ebuild
+++ b/app-vim/easytags/easytags-3.11.ebuild
@@ -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
}