summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 14:42:06 +0100
committerSam James <sam@gentoo.org>2021-04-18 06:53:56 +0100
commit90fa78c70447cce9d28aa133041b8a31a82eda6d (patch)
tree3aee157b7052d511d431baabab189419cb878eae
parentapp-vim/colorschemes: eutils->{edos2unix, epatch} (diff)
downloadgentoo-90fa78c70447cce9d28aa133041b8a31a82eda6d.tar.gz
gentoo-90fa78c70447cce9d28aa133041b8a31a82eda6d.tar.bz2
gentoo-90fa78c70447cce9d28aa133041b8a31a82eda6d.zip
app-vim/taglist: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-vim/taglist/taglist-4.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/taglist/taglist-4.6.ebuild b/app-vim/taglist/taglist-4.6.ebuild
index 282a134b2979..9d03fdf679f7 100644
--- a/app-vim/taglist/taglist-4.6.ebuild
+++ b/app-vim/taglist/taglist-4.6.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit vim-plugin eutils
+inherit vim-plugin epatch
DESCRIPTION="vim plugin: ctags-based source code browser"
HOMEPAGE="http://vim-taglist.sourceforge.net/"