summaryrefslogtreecommitdiff
path: root/app-vim/airline/airline-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/airline/airline-9999.ebuild')
-rw-r--r--app-vim/airline/airline-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild
index 811a2c7d14b5..2d849bf686fe 100644
--- a/app-vim/airline/airline-9999.ebuild
+++ b/app-vim/airline/airline-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,6 +24,6 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
src_prepare() {
default
- # remove unwanted files
- rm -r t Gemfile Rakefile LICENSE README* .travis.yml .gitignore || die
+ # remove unwanted test dir
+ rm -r t || die
}