app-vim/easytags: fix qa whitespace warning and update to EAPI 7
authorTim Harder <radhermit@gentoo.org>
Mon, 29 Jul 2019 08:16:16 +0000 (02:16 -0600)
committerTim Harder <radhermit@gentoo.org>
Mon, 29 Jul 2019 08:18:39 +0000 (02:18 -0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
app-vim/easytags/easytags-3.11.ebuild

index 79b37e481e5a8214991bb7f39e8d4502a5c43efa..3b3fa9986ce5892d53b927df42ed2a7b527e1599 100644 (file)
@@ -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
 }