summaryrefslogtreecommitdiff
path: root/app-vim/easytags/easytags-3.11.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /app-vim/easytags/easytags-3.11.ebuild
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'app-vim/easytags/easytags-3.11.ebuild')
-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
}