commit: f11d58192dc7bd8ad94101e8b8b843afc5abd88e Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Mon Jun 22 08:13:57 2020 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Jun 22 08:13:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11d5819
app-vim/gitgutter: do not remove unplace.vim. Closes: https://bugs.gentoo.org/728946 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-vim/gitgutter/gitgutter-99999999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild index 002f6583087..472b9617df4 100644 --- a/app-vim/gitgutter/gitgutter-99999999.ebuild +++ b/app-vim/gitgutter/gitgutter-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,6 +25,5 @@ src_prepare() { default # remove unwanted files - rm LICENCE README* screenshot.png unplace.vim || die - rm -r test || die + rm -rv LICENCE README* screenshot.png test || die }
