From 294588df77a641a9782d9ccdcd1a97f8818f6994 Mon Sep 17 00:00:00 2001 From: Marco Sirabella Date: Fri, 7 May 2021 20:09:05 -0400 Subject: app-vim/*: memove redundant cleanup code. This is a follow up of 47cf99c7. Leave a lot of heavy lifting to einstalldocs when possible. Signed-off-by: Marco Sirabella Closes: https://github.com/gentoo/gentoo/pull/20726 Signed-off-by: Patrice Clement --- app-vim/gitgutter/gitgutter-20180815.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app-vim/gitgutter/gitgutter-20180815.ebuild') diff --git a/app-vim/gitgutter/gitgutter-20180815.ebuild b/app-vim/gitgutter/gitgutter-20180815.ebuild index 38fbbde158d1..310ddafb3e50 100644 --- a/app-vim/gitgutter/gitgutter-20180815.ebuild +++ b/app-vim/gitgutter/gitgutter-20180815.ebuild @@ -24,7 +24,6 @@ RDEPEND="dev-vcs/git" src_prepare() { default - # remove unwanted files - rm LICENCE README* screenshot.png unplace.vim || die + # remove unwanted test dir rm -r test || die } -- cgit v1.2.3