diff options
Diffstat (limited to 'app-vim/gundo')
-rw-r--r-- | app-vim/gundo/gundo-2.6.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild b/app-vim/gundo/gundo-2.6.2-r3.ebuild index 5bc571a85ef1..1ff820d64c48 100644 --- a/app-vim/gundo/gundo-2.6.2-r3.ebuild +++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild @@ -27,6 +27,6 @@ VIM_PLUGIN_HELPFILES="${PN}.txt" PATCHES=( "${FILESDIR}"/${P}-python3.patch ) src_prepare() { - rm -r .gitignore .hg* package.sh README* site tests || die + rm -r site tests || die default } |