summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-06-22 10:13:57 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-06-22 10:13:57 +0200
commitf11d58192dc7bd8ad94101e8b8b843afc5abd88e (patch)
treedd27f7c970afdbeece5398054e1dc46824829243 /app-vim/gitgutter/gitgutter-99999999.ebuild
parenteclass: mark netsurf.eclass @DEAD. (diff)
downloadgentoo-f11d58192dc7bd8ad94101e8b8b843afc5abd88e.tar.gz
gentoo-f11d58192dc7bd8ad94101e8b8b843afc5abd88e.tar.bz2
gentoo-f11d58192dc7bd8ad94101e8b8b843afc5abd88e.zip
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@gentoo.org>
Diffstat (limited to 'app-vim/gitgutter/gitgutter-99999999.ebuild')
-rw-r--r--app-vim/gitgutter/gitgutter-99999999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild
index 002f6583087d..472b9617df4c 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
}