diff options
Diffstat (limited to 'app-vim/airline/airline-9999.ebuild')
-rw-r--r-- | app-vim/airline/airline-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild index 5c0506370c59..811a2c7d14b5 100644 --- a/app-vim/airline/airline-9999.ebuild +++ b/app-vim/airline/airline-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,5 +25,5 @@ src_prepare() { default # remove unwanted files - rm -r t Gemfile Rakefile LICENSE README* || die + rm -r t Gemfile Rakefile LICENSE README* .travis.yml .gitignore || die } |