diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 19:22:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:55 +0100 |
commit | bd0a4cb6b31ccad28a658e4223066b8fd8d918ed (patch) | |
tree | d4a0ce6d0f994dd12c25c16d6dcc988c089d356c /app-vim | |
parent | app-vim/breakpts: use BDEPEND for app-arch/unzip (diff) | |
download | gentoo-bd0a4cb6b31ccad28a658e4223066b8fd8d918ed.tar.gz gentoo-bd0a4cb6b31ccad28a658e4223066b8fd8d918ed.tar.bz2 gentoo-bd0a4cb6b31ccad28a658e4223066b8fd8d918ed.zip |
app-vim/colorschemes: eutils->{edos2unix, epatch}
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/colorschemes/colorschemes-20140623-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild index c7dcc62f768e..6293de9868d2 100644 --- a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild +++ b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit vim-plugin eutils +inherit edos2unix epatch vim-plugin DESCRIPTION="vim plugin: a collection of color schemes from vim.org" HOMEPAGE="https://www.vim.org/" |