summaryrefslogtreecommitdiff
path: root/app-vim/airline/airline-0.11.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /app-vim/airline/airline-0.11.ebuild
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'app-vim/airline/airline-0.11.ebuild')
-rw-r--r--app-vim/airline/airline-0.11.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/airline/airline-0.11.ebuild b/app-vim/airline/airline-0.11.ebuild
index 0e78b5e0f236..251c2828177c 100644
--- a/app-vim/airline/airline-0.11.ebuild
+++ b/app-vim/airline/airline-0.11.ebuild
@@ -21,11 +21,11 @@ HOMEPAGE="https://github.com/vim-airline/vim-airline/ https://www.vim.org/script
LICENSE="MIT"
VIM_PLUGIN_HELPFILES="${PN}.txt"
-DOCS=( CHANGELOG.md )
+DOCS=( CHANGELOG.md README.md )
src_prepare() {
default
- # remove unwanted files
- rm -r t Gemfile Rakefile LICENSE README* .travis.yml .gitignore || die
+ # remove test dir
+ rm -r t || die
}